cull(engine-cleanup): pass-8 phase-2 cascade round 2 after MyPageItemBattle stub
This commit is contained in:
@@ -62,19 +62,6 @@ public class DeckData
|
||||
|
||||
public string RotationId { get; set; }
|
||||
|
||||
public bool IsRentalDeck
|
||||
{
|
||||
get
|
||||
{
|
||||
DeckAttributeType deckAttributeType = DeckAttributeType;
|
||||
if ((uint)(deckAttributeType - 2) <= 3u)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
public DeckData(Format format = Format.Max, DeckAttributeType deckAttributeType = DeckAttributeType.Invalid)
|
||||
{
|
||||
_skinId = 0;
|
||||
|
||||
Reference in New Issue
Block a user