コード例 #1
0
ファイル: UIManger.cs プロジェクト: TonyChenn/NextFramework
 public static void RegisterUI(UIWndBase uiWnd)
 {
     Singlton.RegisterWnd(uiWnd);
 }