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
/
generators
/
gameMappingUpdater.d.ts
11 lines
(10 loc)
•
292 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
declare
class
GameMappingUpdater
{
private
skillName;
private
gameName;
private
gameId;
constructor
(
skillName
:
string
,
gameName
:
string
,
gameId
:
string
);
update
():
void
;
private
updateGamesTs;
private
updateSkillLoMapping;
private
convertToKebabCase; }