UnloadSound method
Implementation
void UnloadSound(
SoundD sound,
) => run(
() => 'UnloadSound($sound)',
() => rl.Audio.UnloadSound(
_refSound1(sound).ref,
),
);
void UnloadSound(
SoundD sound,
) => run(
() => 'UnloadSound($sound)',
() => rl.Audio.UnloadSound(
_refSound1(sound).ref,
),
);