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