1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-30 16:17:46 +00:00

Enum in Common

This commit is contained in:
amibu 2017-10-05 20:40:52 +02:00
parent 5487a2e292
commit 20e36d1716

View file

@ -1056,6 +1056,15 @@ namespace Core {
Unused100 Unused100
}; };
enum CharaGearParamValues : uint8_t
{
HideNothing = 0x0,
HideHead = 0x1,
HideWeapon = 0x2,
Visor = 0x40,
};
struct ServerEntry struct ServerEntry
{ {
uint32_t serverId; uint32_t serverId;