Esempio n. 1
0
 private void OnEnable()
 {
     _inputManager = Toolbox.Get <InputManager>();
     _inputManager.OnKeyPressed.AddListener(OnAnyKeyPressed);
 }