コード例 #1
0
ファイル: LevelManager.cs プロジェクト: giginet/PanicColony
 public void BombRoom(Room room)
 {
     if (room.IsProtect()) return;
     this.DestroyRoom(room);
     this.DestroyIsolatedUnits(room);
 }