Beispiel #1
0
 protected override bool IsWallInDirection(Direction direction)
 {
     return(GameScreen.miniConsole.IsRangeWallAtPoint(Pathfinding.DirectionToPoint(direction) + Position));
 }