Combat.ExecuteMelee C# (CSharp) Method

ExecuteMelee() public method

Executes the melee attack after the attack has been released.
public ExecuteMelee ( string StrikeType, float StrikeCharge ) : IEnumerator
StrikeType string
StrikeCharge float
return IEnumerator
    public virtual IEnumerator ExecuteMelee(string StrikeType, float StrikeCharge)
    {
        yield break;
    }