コード例 #1
0
ファイル: Room.cs プロジェクト: FantinBibas/ggj2018
 public static bool CheckDoor(RoomDoor Door)
 {
     return(Door && Door.isValid());
 }