コード例 #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);
 }