public override void Close() { if (!locked) { message.SetActive(true); GameManager.mainCam.focusOnObject(GameManager.player.transform); Destroy(myBallon); myBallon = null; if (inf != null) { inf.checkPuzzle(); } if (sol != null) { sol.send(); } } }