Ejemplo n.º 1
0
        private void Awake()
        {
            _rb         = GetComponent <Rigidbody>();
            _adventurer = GetComponent <AdventurerState>();

            _circle = TransformExtension.GetChildObject(this.gameObject, _circleName);
        }
Ejemplo n.º 2
0
 private void Awake()
 {
     _rb    = GetComponent <Rigidbody>();
     _state = GetComponent <AdventurerState>();
 }
Ejemplo n.º 3
0
 private void Awake()
 {
     _state = GetComponent <AdventurerState>();
 }
Ejemplo n.º 4
0
 private void Awake()
 {
     _anim  = GetComponent <Animator>();
     _state = GetComponent <AdventurerState>();
 }