Пример #1
0
 void ExhaustMovePower()
 {
     if (_bExhaustMovePwr)
     {
         MiroModelV1 model = CellObjCtrlUtils.GetMiroModelFromCell(this);
         if (model != null)
         {
             model.AddMovePwr(-1);
             print("model.AddMovePwr (-1);");
         }
     }
 }