细节调整
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user