UNPKG

commonui-lib-test

Version:

"#common ui lib test"

16 lines (15 loc) 339 B
/** * @api {class} SoundType 聲音檔設定 * @apiName SoundType * @apiGroup sound * @apiDescription 聲音檔設定 */ export default class SoundType { private static _instance; static get Ins(): SoundType; ID: any; private musicPath; private cardPath; private soundPath; constructor(); }