佩佩2问题修改

This commit is contained in:
2025-06-16 20:53:23 +08:00
parent b3d75fe056
commit 60b08a5167
21 changed files with 4019 additions and 3991 deletions
@@ -142,25 +142,21 @@ namespace AibisDream.FixSystem
private void HandleDialogueStart()
{
Debug.Log("DialogueStart");
isInDialog = true;
}
private void HandleDialogueComplete()
{
Debug.Log("DialogueEnd");
isInDialog = false;
}
public void Disable_plugInput()
{
Debug.Log("Disable");
isActive = false;
}
public void Enable_plugInput()
{
Debug.Log("Enable");
isActive = true;
}