public void ExitPad() { currDoor = null; gameObject.SetActive(false); }
public void SendInput(string number) { currDoor.CheckDoor(number); currDoor = null; gameObject.SetActive(false); }