コード例 #1
0
ファイル: TestLog.cs プロジェクト: diaoyuehua/MillionDollars
 private void Awake()
 {
     MyLogger.Init();
     MyLogger.Debug("Test", "Awake");
 }