cull(engine-cleanup): pass-8 phase-2 cascade round 1 after AreaSelectUI stub

This commit is contained in:
gamer147
2026-07-03 22:18:12 -04:00
parent 7aabb6a405
commit ad525456be
30 changed files with 3 additions and 1767 deletions

View File

@@ -46,30 +46,6 @@ public class StorySectionData
public bool IsTutorialCategory => Id == StorySection.TUTORIAL_SECTION_ID;
public bool IsTutorial
{
get
{
if (IsTutorialCategory)
{
return !IsFinish;
}
return false;
}
}
public bool IsTutorialReplay
{
get
{
if (IsTutorialCategory)
{
return IsFinish;
}
return false;
}
}
public StorySectionData(JsonData jsonData)
{
Id = jsonData["section_id"].ToInt();