private void Resynthesize()
        {
            CharacterSynthesis newCharacterSynthesis = new CharacterSynthesis();

            newCharacterSynthesis.synthesis_text     = text.main_synthesis_text;
            newCharacterSynthesis.synthesis_modifier = text.main_synthesis_modifier;
            newCharacterSynthesis.character_id       = text.main_character_id;
            newCharacterSynthesis.text_slug          = text.slug;
            Router.NewCharacterSynthesis(newCharacterSynthesis);
        }
Example #2
0
 static void NewCharacterSynthesis()
 {
     Router.NewCharacterSynthesis();
 }