Skip to content

Commit 2fad85b

Browse files
committed
EventType enum fix
1 parent 6434d27 commit 2fad85b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

api/AltV.Net.Shared/Events/EventType.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public enum EventType : byte
1919
RESOURCE_START,
2020
RESOURCE_STOP,
2121
RESOURCE_ERROR,
22-
22+
2323
SERVER_SCRIPT_EVENT,
2424
CLIENT_SCRIPT_EVENT,
2525

@@ -39,6 +39,11 @@ public enum EventType : byte
3939
VEHICLE_DESTROY,
4040
VEHICLE_DAMAGE,
4141

42+
REQUEST_SYNCED_SCENE,
43+
START_SYNCED_SCENE,
44+
STOP_SYNCED_SCENE,
45+
UPDATE_SYNCED_SCENE,
46+
4247
CHECKPOINT_EVENT,
4348
COLSHAPE_EVENT,
4449
PLAYER_ENTER_VEHICLE,

0 commit comments

Comments
 (0)