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