hot fix
continuous-integration/drone/push Build is passing Details

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

@ -17,8 +17,11 @@ namespace QwirkleClassLibrary
{ {
throw new ArgumentException(); throw new ArgumentException();
} }
score = 0; else
playerTag = p.NameTag; {
score = 0;
playerTag = p.NameTag;
}
} }
public int GetScore public int GetScore

Loading…
Cancel
Save