Example #1
0
 public static bool BlocksSight(this DungeonTile t)
 => t.IsWall() || t.IsDoor();