Skip to content
Snippets Groups Projects
Commit 0ace5339 authored by Pierre Roussel's avatar Pierre Roussel
Browse files

Fixed Deck

parent 70189cde
No related branches found
No related tags found
3 merge requests!55Data,!47Porting code from data to dev,!40Merging 'data' into 'dev'
......@@ -5,8 +5,8 @@ namespace Shared.data
{
public class Deck
{
private int index;
private List<Card> cards;
public int index { get; set; }
public List<Card> cards { get; set; }
public Deck(int index, List<Card> cards)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment