1
0
mirror of https://github.com/ncblakely/GiantsTools synced 2024-11-16 19:55:36 +01:00
GiantsTools/Giants.EffectCompiler/Compiler/ContentEntry.cs

9 lines
162 B
C#
Raw Permalink Normal View History

namespace Giants.EffectCompiler
{
public class ContentEntry
{
public string Name { get; set; }
public int Offset { get; set; }
}
}