コード例 #1
0
ファイル: Logger.cs プロジェクト: nanosphere/gensou02SLG
 //---------------------------------------------------
 // msgbox
 //---------------------------------------------------
 public static void MessageBox(string str)
 {
     UnityUtility.MessageBox(str);
 }