New lobby
This commit is contained in:
parent
99151d0ec9
commit
af85165943
6 changed files with 270 additions and 204 deletions
|
|
@ -1,8 +1,9 @@
|
|||
class Game {
|
||||
final String id;
|
||||
final String player1;
|
||||
final String player2;
|
||||
final String guesser;
|
||||
final String suggester;
|
||||
final int tries;
|
||||
final Set<String> colors;
|
||||
|
||||
Game(this.id, this.player1, this.player2, this.colors);
|
||||
Game(this.id, this.guesser, this.suggester, this.tries, this.colors);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue