单空格变多空格
This commit is contained in:
@@ -142,21 +142,25 @@ 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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user