private void OnDisable() { controls.Store.Confirm.started -= TryBuy; controls.Store.Cancel.started -= Cancel; controls.Disable(); }
private void OnDisable() { controls.Player.Interact.started -= Interact; controls.Player.Interact.canceled -= Interact; controls.Disable(); }