namespace NexusForever.Shared.GameTable.Model { public class CharacterCustomizationLabelEntry { public uint Id; public uint LocalizedTextId; public uint Faction2Id; public uint DisplayIndex; } }