mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 07:07:32 +08:00
feat(Enums): RemoteEvents are of type int not int64
This commit is contained in:
parent
a388bf573a
commit
52bb99cd9f
@ -13,7 +13,7 @@ namespace big
|
|||||||
VEHICLE_GUN
|
VEHICLE_GUN
|
||||||
};
|
};
|
||||||
|
|
||||||
enum class RemoteEvent : int64_t
|
enum class RemoteEvent
|
||||||
{
|
{
|
||||||
Bounty = -1906146218,
|
Bounty = -1906146218,
|
||||||
CeoBan = 1355230914,
|
CeoBan = 1355230914,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user