Combat.ExecuteRanged C# (CSharp) Method

ExecuteRanged() public method

Execution of ranged attacks
public ExecuteRanged ( ) : void
return void
    public virtual void ExecuteRanged()
    {
        return;
    }