Esempio n. 1
0
 public static bool BlocksSight(this DungeonTile t)
 => t.IsWall() || t.IsDoor();
Esempio n. 2
0
 public static bool IsBlocking(this DungeonTile t)
 => t.IsWall();