I have this function that i dont want to execute if a boolean is false but return doesnt seem to work.
public virtual void Throw() { if (!_held) return;