feat(Enums): RemoteEvents are of type int not int64

This commit is contained in:
Yimura 2021-08-08 10:19:47 +02:00
parent 3d6b1b667d
commit a5b12f1c17
No known key found for this signature in database
GPG Key ID: 3D8FF4397E768682

View File

@ -13,7 +13,7 @@ namespace big
VEHICLE_GUN
};
enum class RemoteEvent : int64_t
enum class RemoteEvent
{
Bounty = -1906146218,
CeoBan = 1355230914,