Ejemplo n.º 1
0
 private void Awake()
 {
     _inputActions = new PlrInputActions();
 }
Ejemplo n.º 2
0
 private void Awake()
 {
     _inputActions = new PlrInputActions();
     TryGetComponent <Animator>(out _animator);
     _mainCamer = Camera.main;
 }