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