3 lines
111 B
TypeScript
3 lines
111 B
TypeScript
![]() |
import {SoundFile} from "tc-shared/sound/Sounds";
|
||
|
|
||
|
export function play_sound(file: SoundFile) : Promise<void>;
|