Exemplo n.º 1
0
 public void ExitPad()
 {
     currDoor = null;
     gameObject.SetActive(false);
 }
Exemplo n.º 2
0
 public void SendInput(string number)
 {
     currDoor.CheckDoor(number);
     currDoor = null;
     gameObject.SetActive(false);
 }