attachRoom method

void attachRoom(
  1. Room room
)

Attach to a room

Implementation

void attachRoom(Room room) {
  _room = room;
}