public int GetRuleCount(int id) { return(MainDeck.GetRuleCount(id) + SideDeck.GetRuleCount(id) + ExtraDeck.GetRuleCount(id)); }