气泡组件和配置项
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using AibisDream.Config;
|
||||
using Yarn.Unity;
|
||||
|
||||
namespace AibisDream
|
||||
{
|
||||
public interface IDialogView
|
||||
{
|
||||
public void ShowLine(string dialogLine, CharacterVo character, Action nextStep, bool isAutoSkip = false);
|
||||
|
||||
public void ShowOptions(DialogueOption[] dialogueOptions, Action<int> onOptionSelected);
|
||||
|
||||
public void HideDialog();
|
||||
|
||||
public bool TrySkipLine();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user