forked from External/mage
changes to support multiplayer
This commit is contained in:
parent
d6989797ba
commit
2d5af63cba
41 changed files with 586 additions and 204 deletions
|
|
@ -70,10 +70,6 @@ public class Table implements Serializable {
|
|||
return tableId;
|
||||
}
|
||||
|
||||
// public void setGame(Game game) {
|
||||
// this.game = game;
|
||||
// }
|
||||
|
||||
public void initGame(Game game) throws GameException {
|
||||
for (int i = 0; i < numSeats; i++ ) {
|
||||
game.addPlayer(seats[i].getPlayer());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue