CharacterSpecific Templatesystems #36
@ -51,7 +51,7 @@ export class CharacterSerializer {
|
||||
}
|
||||
}, SerializeConstants.JSON_INDENT)
|
||||
|
||||
|
||||
character.characterSpecificTemplateSystems = templateGamesystemBackup
|
||||
return new StoreComponent(jsonString, fileName, ModelComponentType.CHARACTER);
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,11 @@
|
||||
{
|
||||
"componentName": "Astrid Hofferson",
|
||||
"componentDescription": "",
|
||||
"characterSpecificTemplateSystems": []
|
||||
"characterSpecificTemplateSystems": [
|
||||
{
|
||||
"componentName": "Letters",
|
||||
"states": [],
|
||||
"transitions": []
|
||||
}
|
||||
]
|
||||
}
|
@ -34,6 +34,11 @@
|
||||
"actionMap": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"componentName": "Letters",
|
||||
"states": [],
|
||||
"transitions": []
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user