예제 #1
0
 void Awake()
 {
     _anim = GetComponent <CCharacterAnimation>();
 }
예제 #2
0
 void Awake()
 {
     _anim        = GetComponent <CCharacterAnimation>();
     _audioSource = GetComponent <AudioSource>();
 }