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