Combat.ExecuteMelee C# (CSharp) 메소드

ExecuteMelee() 공개 메소드

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