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

4 lines
56 B
TypeScript

export interface IPlayableSound {
play(): any;
}