遮罩问题
This commit is contained in:
@@ -74,11 +74,6 @@ namespace AibisDream
|
||||
dialogText.onTextShowed.AddListener(() => nextButton.gameObject.SetActive(true));
|
||||
|
||||
nextButton.onClick.RemoveAllListeners();
|
||||
nextButton.onClick.AddListener(() =>
|
||||
{
|
||||
nextStep.Invoke();
|
||||
nextButton.gameObject.SetActive(false);
|
||||
});
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user