mirror of
https://github.com/NexusForever/NexusForever
synced 2026-08-14 00:26:05 -04:00
16 lines
445 B
C#
16 lines
445 B
C#
namespace NexusForever.Shared.GameTable.Model
|
|
{
|
|
public class CharacterCustomizationEntry
|
|
{
|
|
public uint Id;
|
|
public uint RaceId;
|
|
public uint Gender;
|
|
public uint ItemSlotId;
|
|
public uint ItemDisplayId;
|
|
public uint Flags;
|
|
public uint CharacterCustomizationLabelId00;
|
|
public uint CharacterCustomizationLabelId01;
|
|
public uint Value00;
|
|
public uint Value01;
|
|
}
|
|
}
|