UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

10 lines (9 loc) 261 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SOUND_ACTION_COMMAND = exports.PLAY_SOUND_DURATION = void 0; exports.PLAY_SOUND_DURATION = { INFINITE: 'infinite', }; exports.SOUND_ACTION_COMMAND = { PLAY: 'Play', };