private static void TestDebugModule() { //Test log DebugMgr.Log("1"); DebugMgr.LogWarning("2"); DebugMgr.LogError("3"); }