コード例 #1
0
 void Start()
 {
     zombieAnimator = GetComponent <Animator>();
     zombieMotion   = GetComponent <ZombieMotion>();
 }
コード例 #2
0
ファイル: ZombieSound.cs プロジェクト: TimurMustafin/SHEPS
 void Start()
 {
     Attack       = GetComponent <AudioSource>();
     Run          = GetComponent <AudioSource>();
     zombieMotion = GetComponent <ZombieMotion>();
 }