コード例 #1
0
ファイル: UIManger.cs プロジェクト: TonyChenn/NextFramework
 public static void DestroyWnd(UIType uiID)
 {
     if (Singlton != null)
     {
         Singlton.DestroyWndSync(uiID);
     }
 }