protected void Awake() { //TODO 1: nos registras en el input al boton return con OnReturnPressed. InputMgr inputMgr = GameMgr.GetInstance().GetServer <InputMgr>(); inputMgr.RegisterReturn(OnReturnPressed); }