Пример #1
0
 public bool Push(PirateShip target, MapObject obj)
 {
     return(Bot.Engine.Push(pirate, (Pirate)target, obj));
 }
Пример #2
0
 public bool SwapStates(PirateShip other)
 {
     return(Bot.Engine.SwapStates(this, other));
 }