コード例 #1
0
 public static bool BlocksSight(this DungeonTile t)
 => t.IsWall() || t.IsDoor();
コード例 #2
0
 public static bool IsBlocking(this DungeonTile t)
 => t.IsWall();