nexusforever/Source/NexusForever.Shared/GameTable/Model/GenericUnlockEntryEntry.cs
2018-10-09 12:03:35 +13:00

12 lines
323 B
C#

namespace NexusForever.Shared.GameTable.Model
{
public class GenericUnlockEntryEntry
{
public uint Id;
public uint LocalizedTextIdDescription;
public string SpriteIcon;
public string SpritePreview;
public uint GenericUnlockTypeEnum;
public uint UnlockObject;
}
}