private void OnEnable() { _input = new Configuration.Input(); _input.Enable(); _input.Camera.Pause.performed += this.OnPause; }
protected override void OnCreate() { base.OnCreate(); _input = new Configuration.Input(); _input.Enable(); }