石头功能修改
This commit is contained in:
@@ -48,7 +48,7 @@ namespace AibisDream
|
||||
dialogText.onTypewriterStart.AddListener(() =>
|
||||
{
|
||||
_skipLineDelay = true;
|
||||
CommonUtil.Delay(delayTime, () => { _skipLineDelay = false; });
|
||||
_ = CommonUtil.Delay(delayTime, () => { _skipLineDelay = false; });
|
||||
});
|
||||
}
|
||||
|
||||
@@ -113,7 +113,7 @@ namespace AibisDream
|
||||
// 执行自动跳过结局
|
||||
if (isAutoSkip)
|
||||
{
|
||||
dialogText.onTextShowed.AddListener(() => CommonUtil.Delay(200, nextStep));
|
||||
dialogText.onTextShowed.AddListener(() => _ = CommonUtil.Delay(200, nextStep));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user