Skip to content

Commit

Permalink
Add tarot cards keywords, empty for now
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarcederberg committed Jul 31, 2021
1 parent 0928726 commit 1783227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/TarotDeck.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public TarotCard RequeueCard() {

public void PrintDeck(){
foreach(TarotCard card in this._deck){
Console.WriteLine(card.ToString());
Console.WriteLine(card.GetName());
}
}

Expand Down

0 comments on commit 1783227

Please sign in to comment.