openLeftGate method

void openLeftGate()

Implementation

void openLeftGate() {
  currentSelectedGate.value = 1;
}