Exemplo n.º 1
0
 void Awake()
 {
     _anim = GetComponent <CCharacterAnimation>();
 }
Exemplo n.º 2
0
 void Awake()
 {
     _anim        = GetComponent <CCharacterAnimation>();
     _audioSource = GetComponent <AudioSource>();
 }