示例#1
0
 public void ExitPad()
 {
     currDoor = null;
     gameObject.SetActive(false);
 }
示例#2
0
 public void SendInput(string number)
 {
     currDoor.CheckDoor(number);
     currDoor = null;
     gameObject.SetActive(false);
 }