feat(dialog): 对话系统集成 SingleCastEventSystem

This commit is contained in:
2026-03-09 16:01:53 +08:00
parent efb2ed69e3
commit 19138f624a
2 changed files with 9 additions and 1 deletions
+4
View File
@@ -26,6 +26,8 @@ namespace AibisDream
public enum DialogEventEnum
{
StartNode,
LineStart,
LineShown,
LineEnd,
@@ -41,6 +43,8 @@ namespace AibisDream
public enum ScreenEventEnum
{
RegisterLineView,
Selected
}