示例#1
0
 public int GetAreaRank(bool isInMonsterArea, bool isMy)
 {
     if (isMy)
     {
         return(mFieldMgr.GetCardRank(isInMonsterArea));
     }
     else
     {
         return(oFieldMgr.GetCardRank(isInMonsterArea));
     }
 }