Exemplo n.º 1
0
 public void DisableRoom(Room room)
 {
     if (room == null) return;
     room.SetEnable(false);
 }