From 20e36d1716f40ad29dab8dd78724061361e99c62 Mon Sep 17 00:00:00 2001 From: amibu Date: Thu, 5 Oct 2017 20:40:52 +0200 Subject: [PATCH] Enum in Common --- src/servers/Server_Common/Common.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/servers/Server_Common/Common.h b/src/servers/Server_Common/Common.h index f435f768..41b70dc1 100644 --- a/src/servers/Server_Common/Common.h +++ b/src/servers/Server_Common/Common.h @@ -1056,6 +1056,15 @@ namespace Core { Unused100 }; + enum CharaGearParamValues : uint8_t + { + HideNothing = 0x0, + HideHead = 0x1, + HideWeapon = 0x2, + + Visor = 0x40, + }; + struct ServerEntry { uint32_t serverId;