Revision history of "2022 - CardCollection"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 11:54, 23 December 2021Admin (talk | contribs). . (3,671 bytes) (+3,671). . (Created page with "=The Code= <syntaxhighlight lang=c#> class CardCollection { protected List<Card> Cards = new List<Card>(); protected string Name; public CardColle...")