Example #1
0
    public override SCS_Attack CreateAttackState()
    {
        SCS_TiltAttack tiltAttack = new SCS_TiltAttack();

        tiltAttack.animationName = animationName;
        tiltAttack.attackBuff    = new AttackBuff();
        return(tiltAttack);
    }
Example #2
0
    public override void Init()
    {
        attackState = new SCS_TiltAttack();

        base.Init();
    }