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

10 lines
245 B
C#

namespace NexusForever.Shared.GameTable.Model
{
public class CharacterCustomizationSelectionEntry
{
public uint Id;
public uint CharacterCustomizationLabelId;
public uint Value;
public ulong Cost;
}
}