Added vehicle roof sync

This commit is contained in:
EntenKoeniq
2021-12-18 09:46:42 +01:00
parent ce5868e9ac
commit 6f857daf69
6 changed files with 28 additions and 7 deletions

View File

@ -107,7 +107,8 @@ namespace CoopServer
IsSirenActive = 1 << 3,
IsDead = 1 << 4,
IsHornActive = 1 << 5,
IsTransformed = 1 << 6
IsTransformed = 1 << 6,
RoofOpened = 1 << 7
}
[ProtoContract]