예제 #1
0
파일: Test.cs 프로젝트: XuHW1995/LRRHStory
 private static void TestDebugModule()
 {
     //Test log
     DebugMgr.Log("1");
     DebugMgr.LogWarning("2");
     DebugMgr.LogError("3");
 }