コード例 #1
0
 void Start()
 {
     _motor          = GetComponent <FallenMotor>();
     _manager        = GetComponent <FallenManager>();
     _lastAttackTime = Time.fixedTime;
 }
コード例 #2
0
 protected override void SetStartSkills()
 {
     _audioManager = GetComponent <AudioManager> ();
     _motor        = GetComponent <FallenMotor> ();
     _anima        = GetComponent <Animator>();
 }