细节调整

This commit is contained in:
2026-01-04 21:10:38 +08:00
parent 05d3ae2a8a
commit 22e49c29c1
100 changed files with 2440 additions and 2097 deletions
@@ -68,6 +68,11 @@ namespace AibisDream
public void UnlockChapter(TalkSceneSO chapterSo)
{
if (chapterSo.name == "GeneralEnd")
{
return;
}
if (!ChapterData.unlockedChapterList.Contains(chapterSo.name))
{
ChapterData.unlockedChapterList.Add(chapterSo.name);