UNPKG
cbt-game-generator
Version:
latest (1.0.72)
1.1.0
1.0.72
1.0.71
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Configuration generator for CBT animation apps
cbt-game-generator
/
dist
/
index.js
10 lines
(9 loc)
•
304 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
GameType
=
void
0
;
var
GameType
; (
function
(
GameType
) {
GameType
[
"SPEECH"
] =
"SPEECH"
;
GameType
[
"VISION"
] =
"VISION"
;
GameType
[
"ANIMATION"
] =
"ANIMATION"
; })(
GameType
|| (
exports
.
GameType
=
GameType
= {}));