Add rocket boost sync

This commit is contained in:
Sardelka9515
2022-08-17 23:18:06 +08:00
parent cb73db7146
commit 13a6431248
4 changed files with 27 additions and 9 deletions

View File

@ -121,8 +121,7 @@ namespace RageCoop.Core
IsDead = 1 << 5,
IsHornActive = 1 << 6,
IsTransformed = 1 << 7,
RoofOpened = 1 << 8,
OnTurretSeat = 1 << 9,
IsRocketBoostActive = 1 << 9,
IsAircraft = 1 << 10,
IsDeluxoHovering=1 << 11,
HasRoof=1 << 12,