Example #1
0
 private void Awake()
 {
     animator = GetComponent <Animator>();
     sockets  = GetComponent <MeshSockets>();
     weaponIk = GetComponent <WeaponIK>();
 }
 private void Awake()
 {
     _sockets  = GetComponent <MeshSockets>();
     _weaponIK = GetComponent <WeaponIK>();
     _health   = GetComponent <AIHealth>();
 }