示例#1
0
 public void ChangeMonsterPlaseType(int val, int type, bool isMy, string cardID)
 {
     if (isMy)
     {
         mFieldMgr.ChangeMonsterPlaseType(val, type, cardID);
     }
     else
     {
         oFieldMgr.ChangeMonsterPlaseType(val, type, cardID);
     }
 }