瀏覽代碼

打开gmUI

zhaoyang 2 年之前
父節點
當前提交
d8fa78bc29
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      GameClient/Assets/Game/HotUpdate/Views/ViewGlobal.cs

+ 10 - 0
GameClient/Assets/Game/HotUpdate/Views/ViewGlobal.cs

@@ -32,5 +32,15 @@ namespace GFGGame
             comHolder.m_holder.visible = true;
             comHolder.target.SetPosition(pos.x, pos.y, 0);
         }
+
+        public void AddGMViewEventListener()
+        {
+
+        }
+
+        public void ShowGmView()
+        {
+            ViewManager.Show(ViewName.GM_PANEL_VIEW);
+        }
     }
 }