cull(engine-cleanup): pass-8 phase-2 cascade round 1 after CardDetailUI stub
This commit is contained in:
@@ -174,30 +174,6 @@ public class CardParameter
|
||||
}
|
||||
}
|
||||
|
||||
public string Description
|
||||
{
|
||||
get
|
||||
{
|
||||
if (_description != null)
|
||||
{
|
||||
return _description;
|
||||
}
|
||||
return _description = ConvFlavourText(_descriptionId);
|
||||
}
|
||||
}
|
||||
|
||||
public string EvoDescription
|
||||
{
|
||||
get
|
||||
{
|
||||
if (_evoDescription != null)
|
||||
{
|
||||
return _evoDescription;
|
||||
}
|
||||
return _evoDescription = ConvFlavourText(_evoDescriptionId);
|
||||
}
|
||||
}
|
||||
|
||||
public string CardVoice
|
||||
{
|
||||
get
|
||||
@@ -380,24 +356,10 @@ public class CardParameter
|
||||
|
||||
public bool IsCollaboCard => CardSetNameMgr.IsCollaboSetId(int.Parse(CardSetId));
|
||||
|
||||
public bool IsEvolveChoiceCard => CardId.ToString().Substring(0, 3) == "910";
|
||||
|
||||
public bool IsPhantomCard => SealedData.IsPhantomCard(CardId);
|
||||
|
||||
public bool IsReprintedCard => CardId / 100000000 == 7;
|
||||
|
||||
public bool IsEnableFavorite
|
||||
{
|
||||
get
|
||||
{
|
||||
if (IsBasicCard && NormalCardId == BaseCardId)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
public bool IsPreReleaseCard
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user