예제 #1
0
 //显示pvp
 private void OnProcessShowPvP()
 {
     if (mainLogic != null)
     {
         mainLogic.OnPVPWindow();
     }
 }