Пример #1
0
 public void ChangeTrapPhaseType(int val, int type, bool isMy, string cardID)
 {
     if (isMy)
     {
         mFieldMgr.ChangeTrapPlaseType(val, type, cardID);
     }
     else
     {
         oFieldMgr.ChangeTrapPlaseType(val, type, cardID);
     }
 }