public void ResetConversation() { ds.Storage.SetValue("$random_text", "Random text"); ds.Storage.SetValue("$random_bool", false); ds.Storage.SetValue("$convo_title", "Conversation Title"); ds.Storage.SetValue("$emotion", "neutral"); ds.Clear(); }
public void ClearStacks() { MainScreen.Clear(); DialogScreen.Clear(); FullScreen.Clear(); }