private void initialize() { set(BackgroundImage, null); set(Sugarism.EFilter.None); StoryCharacterPanel.Hide(); DialogPanel.Hide(); MiniPicturePanel.Hide(); InputPanel.Show(); SwitchPanel.Hide(); }
private void onClick() { SwitchPanel switchPanel = Manager.Instance.UI.StoryPanel.SwitchPanel; Story.Mode storyMode = Manager.Instance.Object.StoryMode; switchPanel.HideAllCase(); storyMode.CaseKey = _key; storyMode.NextCmd(); switchPanel.Hide(); }