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