Ejemplo n.º 1
0
 public Inventory()
 {
     gold          = 5;
     artifacts     = 0;
     equippedCards = DataRetriever.GetBasicCards();
 }