assassin-bug/framework/ui/text/interfaces/playable-sound.d.ts

4 lines
56 B
TypeScript
Raw Permalink Normal View History

2022-11-26 01:22:02 +00:00
export interface IPlayableSound {
play(): any;
}