leaveSeat method

void leaveSeat()

Implementation

void leaveSeat() {
  _roomEngine.leaveSeat();
}