using System; using Common.Utility.CombatEvent; public interface DialogueMono { void OpenDialoguePanel(int id, string[] icon, ShowDialogueEventData.MessageShowType messageShowType, Action<int?> finish); }