Esempio n. 1
0
        public override void Enter(object owner)
        {
            SwampCry boss = owner as SwampCry;

            // Duration of the state
            boss.SetWait(1.7f);
        }
Esempio n. 2
0
        public override void Enter(object owner)
        {
            SwampCry boss = owner as SwampCry;

            attackWaitTime = attackWaitDelay;

            // Duration of the state
            boss.SetWait(2.0f);
        }