コード例 #1
0
ファイル: LogCreator.cs プロジェクト: mrjonyk/ShootField
 public static void PrintLog(string sentStr)
 {
     Instance.CloneLog(sentStr);
 }