added unity debug hook for testing

This commit is contained in:
Jadis0x
2024-04-13 17:50:56 +03:00
parent c1516a1387
commit 3207e78657
4 changed files with 85 additions and 11 deletions

View File

@@ -1,7 +1,6 @@
#include "pch-il2cpp.h"
#include "ClientHelper.h"
#include <iostream>
bool IsSinglePlayer()
{
@@ -16,4 +15,5 @@ bool IsOnline()
bool IsHost()
{
return app::BoltNetwork_get_IsServer(NULL);
}
}