PrinceGame.Sprite.Fastheathe C# (CSharp) Method

Fastheathe() public method

public Fastheathe ( ) : void
return void
        public void Fastheathe()
        {
            spriteState.Add(Enumeration.State.fastsheathe, Enumeration.PriorityState.Normal);
            sprite.PlayAnimation(spriteSequence, spriteState.Value());
        }