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