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