fix showtileofplayer

test_old_branch
Jérémy Mouyon 1 year ago
parent 342de5ce08
commit 26ac5d4b54

@ -50,7 +50,7 @@ namespace QwirkleClassLibrary
foreach(Tile tile in tiles)
{
r = (r + tile.NameColorTile());
r = (r + " " + tile.NameColorTile());
}
Console.WriteLine(r);

@ -20,7 +20,7 @@ namespace QwirkleClassLibrary
public string NameColorTile()
{
return (color.ToString() + " , " + shape.ToString());
return color.ToString() + shape.ToString();
}
public Shape GetShape
{

Loading…
Cancel
Save