本地化问题修改

This commit is contained in:
2025-05-08 18:26:08 +08:00
parent 25e6cb638e
commit 107a6cbc4b
66 changed files with 4682 additions and 4506 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ namespace AibisDream
{
public interface IDialogView
{
public void ShowLine(string dialogLine, CharacterVo character, Action nextStep, bool isAutoSkip = false);
public void ShowLine(string dialogLine, CharacterVo character, Action nextStep, string lineId ,bool isAutoSkip = false);
public void ShowOptions(DialogOption[] dialogueOptions);