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
/
assetDirectoryGenerator.d.ts
11 lines
(10 loc)
•
274 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
declare
class
AssetDirectoryGenerator
{
private
skillName;
private
gameName;
private
targets;
constructor
(
skillName
:
string
,
gameName
:
string
,
targets
: { [
key
:
string
]:
string
[]; });
generate
():
void
;
private
convertToKebabCase; }