示例#1
0
 //Frezes the mob from moving
 public void freezeMob()
 {
     //To freeze the mob we simply remove the mob from the turn based controller
     TurnBasedController.removeTurnBasedElement(turnBasedElement);
 }