mirror of
https://github.com/ncblakely/GiantsTools
synced 2024-11-04 14:25:37 +01:00
9 lines
162 B
C#
9 lines
162 B
C#
|
namespace Giants.EffectCompiler
|
|||
|
{
|
|||
|
public class ContentEntry
|
|||
|
{
|
|||
|
public string Name { get; set; }
|
|||
|
public int Offset { get; set; }
|
|||
|
}
|
|||
|
}
|