예제 #1
0
 //---------------------------------------------------
 // msgbox
 //---------------------------------------------------
 public static void MessageBox(string str)
 {
     UnityUtility.MessageBox(str);
 }