getter
continuous-integration/drone/push Build is passing Details

test_old_branch
Jérémy Mouyon 12 months ago
parent 689aaa9e7d
commit 66ebbc6069

@ -13,7 +13,7 @@ namespace QwirkleClassLibrary
public Score(Player p)
{
if(p==null)
if (p == null)
{
throw new ArgumentException();
}
@ -21,5 +21,10 @@ namespace QwirkleClassLibrary
playerTag = p.NameTag;
}
public int GetScore
{
get { return score; }
}
}
}

Loading…
Cancel
Save