openRightGate method

void openRightGate()

Implementation

void openRightGate() {
  currentSelectedGate.value = 2;
}