room property

Room get room

Returns the room instance

Implementation

Room get room {
  Room room = Room.getInstance();
  return room;
}