示例#1
0
 private void OnExitPve(GameObject go)
 {
     RemoteCallLogic.GetInstance().CallGS("OnExitPveMap");
     PveProcessView.GetInstance().HideProcess();
     PveAutoFight.GetInstance().Hide();
     Hide();
 }
示例#2
0
 public static PveAutoFight GetInstance()
 {
     if (instance == null)
     {
         instance = new PveAutoFight();
     }
     return(instance);
 }