소스 검색

打开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);
+        }
     }
 }