UNPKG
@7y1o/webmarine-core
Version:
latest (0.1.5-fix)
0.1.5-pa
0.1.5-fix
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.4
0.0.3
Core utils for game engine WebMarine
bitbucket.org/magicians-game/webmarine-core
@7y1o/webmarine-core
/
lib
/
refs
/
WMGameEngineConfigRef.d.ts
7 lines
•
224 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
WMGameEngineConfigRef
{
/** Whether audio engine needed */
audio?:
boolean
;
/** Whether physics engine needed */
physics?:
boolean
; }
//# sourceMappingURL=WMGameEngineConfigRef.d.ts.map