Example #1
0
    private void Awake()
    {
        actionsMap = new ActionsMap();

        actionsMap.Gameplay.Debug.started += ctx => StartCoroutine(LaunchCrisis());
    }
Example #2
0
 private void Awake()
 {
     actionsMap = new ActionsMap();
     actionsMap.Gameplay.ValidationPopUp.started += ctx => Validation();
 }
Example #3
0
    private void Awake()
    {
        actionsMap = new ActionsMap();

        actionsMap.Gameplay.SwitchCamera.started += ctx => LeaksManager.instance.StartSpecificLeak(leakZone, pipeLeakZones, associatedLever, associatedPipe);
    }