diff --git a/CPlayerInfo.hpp b/CPlayerInfo.hpp index 964591c..0e3cd22 100644 --- a/CPlayerInfo.hpp +++ b/CPlayerInfo.hpp @@ -1,7 +1,7 @@ #pragma once #include "netPlayerData.hpp" -enum eGameState : int32_t +enum class eGameState : int32_t { Invalid = -1, Playing, diff --git a/CWeaponInfo.hpp b/CWeaponInfo.hpp index 5776b52..3a5512e 100644 --- a/CWeaponInfo.hpp +++ b/CWeaponInfo.hpp @@ -2,7 +2,7 @@ #include "CAmmoInfo.hpp" #include "CItemInfo.hpp" -enum eDamageType : int32_t +enum class eDamageType : int32_t { Unknown, None, @@ -22,7 +22,7 @@ enum eDamageType : int32_t _0x1C8E59AE }; -enum eFireType : int32_t +enum class eFireType : int32_t { None, Melee, @@ -32,7 +32,7 @@ enum eFireType : int32_t VolumetricParticle }; -enum eWheelSlot : int32_t +enum class eWheelSlot : int32_t { Pistol, SMG,