Beispiel #1
0
 public bool CanStep(MovableBase mob) => false;
 public bool CanStop(MovableBase mob) => true;
Beispiel #3
0
 public bool CanStep(MovableBase mob) => !(mob is IHero && Useful.ReverseDirection(mob.GazeDirection) == Direction);