PlayAutomationEvent method
Implementation
@override
void PlayAutomationEvent(
AutomationEventD event,
) => run(
() => RaylibDebugLabels.PlayAutomationEvent(event),
() => rl.Core.PlayAutomationEvent(
rl.Temp.AutomationEvent$.Ref1(event).ref,
),
);