Cleaned up the code to be more sensible.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2344 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: TableConfig.java,v 1.2 2001/10/23 20:23:29 mdb Exp $
|
||||
// $Id: TableConfig.java,v 1.3 2003/03/27 23:45:04 mdb Exp $
|
||||
|
||||
package com.threerings.parlor.data;
|
||||
|
||||
@@ -21,10 +21,10 @@ public interface TableConfig
|
||||
public int getMaximumPlayers ();
|
||||
|
||||
/**
|
||||
* Returns the number of players desired for this game, or -1 if the
|
||||
* table services should allow up to the maximum number of players to
|
||||
* join the table, but also allow the game to be started by the table
|
||||
* creator any time after the minimum number of players has arrived.
|
||||
* Returns the number of players that when reached, will cause the
|
||||
* game to automatically be started. If this value is -1 the game will
|
||||
* not automatically be started until the maximum number of players is
|
||||
* reached.
|
||||
*/
|
||||
public int getDesiredPlayers ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user