protected virtual void Activate()
 {
     EventBox.Send(CustomEvent.DUNGEON_SKILL_PAUSE);
 }
Пример #2
0
        private void OnAnimationCompleted(tk2dSpriteAnimator animator, tk2dSpriteAnimationClip clip)
        {
            animator.AnimationCompleted -= OnAnimationCompleted;

            EventBox.Send(CustomEvent.DUNGEON_SKILL_RESUME);
        }
Пример #3
0
 void OnDestroy()
 {
     EventBox.Send(CustomEvent.DUNGEON_MISSILE_DESTROY, this);
 }