Add IsSequencePlaying helper function and enable NolanBehaviour in the lobby

This commit is contained in:
Jadis0x
2024-06-23 22:35:02 +03:00
parent 3601c508cb
commit af76512cf4
3 changed files with 27 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ bool IsLocalPlayer(app::NolanBehaviour* player);
bool IsPlayerCrawling();
bool IsPlayerCrawling(app::GameObject* go);
bool IsInGame();
bool IsSequencePlaying();
app::GameObject* GetAzazel(app::Survival* survival);