hot fix of game
continuous-integration/drone/push Build is failing Details

test_old_branch
Jérémy Mouyon 1 year ago
parent 3d31a17ae3
commit 56e468b74d

@ -21,8 +21,8 @@ namespace QwirkleClassLibrary
{ {
board = new Board(); board = new Board();
bag = new TileBag(3); bag = new TileBag(3);
Console.Write(bag.TilesBag.Count);
gameRunning = false; players = new List<Player>();
PlayerList = players.AsReadOnly(); PlayerList = players.AsReadOnly();
} }

Loading…
Cancel
Save