Пример #1
0
 public void onActorMoved(Fighter Fighter, Maps.MovementPath Path, FightCell NewCell)
 {
     if (NewCell.HasIFightObject(this))
     {
         onWalkOnLayer(Fighter, NewCell);
     }
 }