PlaySound method
Implementation
void PlaySound(
SoundD sound,
) => run(
() => 'PlaySound($sound)',
() => rl.Audio.PlaySound(
rl.Temp.Sound$.Ref1(sound).ref,
),
);
void PlaySound(
SoundD sound,
) => run(
() => 'PlaySound($sound)',
() => rl.Audio.PlaySound(
rl.Temp.Sound$.Ref1(sound).ref,
),
);