mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-30 08:07:46 +00:00
Enum in Common
This commit is contained in:
parent
5487a2e292
commit
20e36d1716
1 changed files with 9 additions and 0 deletions
|
@ -1056,6 +1056,15 @@ namespace Core {
|
|||
Unused100
|
||||
};
|
||||
|
||||
enum CharaGearParamValues : uint8_t
|
||||
{
|
||||
HideNothing = 0x0,
|
||||
HideHead = 0x1,
|
||||
HideWeapon = 0x2,
|
||||
|
||||
Visor = 0x40,
|
||||
};
|
||||
|
||||
struct ServerEntry
|
||||
{
|
||||
uint32_t serverId;
|
||||
|
|
Loading…
Add table
Reference in a new issue