cull(engine-cleanup): pass-8 phase-2 cascade round 1 after AreaSelectUI stub
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user