Exemple #1
0
        protected override void Awake()
        {
            base.Awake();
            m_skillType   = SkillTypes.Hold;
            m_canCancel   = true;
            m_multiJump   = AgentComponent.GetComponent <MultiJump> ();
            m_defaultJump = m_multiJump.JumpPower;

            m_audioSource = GetComponent <AudioSource> ();
            m_animator    = GetComponent <Animator> ();
        }