add: "Game" function

This commit is contained in:
jadis0x
2022-10-09 01:45:17 +03:00
committed by GitHub
parent 30dddfce5a
commit 10535b64c1

View File

@@ -11,4 +11,5 @@ namespace Helpers {
bool isPlayerCrawling();
bool IsInGame();
std::string GetActiveScene();
Unity::CGameObject* Game();
}