Пример #1
0
 void ExhaustRotLeftPower()
 {
     if (_bExhaustRotPwr)
     {
         MiroModelV1 model = CellObjCtrlUtils.GetMiroModelFromCell(this);
         if (model != null)
         {
             model.AddRotLeftPwr(-1);
         }
     }
 }