コード例 #1
0
ファイル: UI_Store.cs プロジェクト: tuckidart/teste_tecnico
 private void OnDisable()
 {
     controls.Store.Confirm.started -= TryBuy;
     controls.Store.Cancel.started  -= Cancel;
     controls.Disable();
 }
コード例 #2
0
ファイル: Player.cs プロジェクト: tuckidart/teste_tecnico
 private void OnDisable()
 {
     controls.Player.Interact.started  -= Interact;
     controls.Player.Interact.canceled -= Interact;
     controls.Disable();
 }