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