Added: SkipNotConnected model method
This commit is contained in:
@@ -30,7 +30,11 @@ public class GameController {
|
||||
*/
|
||||
public GameController() {
|
||||
}
|
||||
|
||||
//TODO
|
||||
public boolean SkipNotConnectedPlayer(Player player)
|
||||
{
|
||||
return model.SkipNotConnectedPlayer(player);
|
||||
}
|
||||
/**
|
||||
* Returns the game model managed by this controller.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user