public void EmitEvent(FMODEvent input) { EmitEvent(input.Value); }
public Event(FMODEvent ev) { Ready = false; _path = ev.Value; }