Added getGameConfig().
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2686 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: GameManager.java,v 1.65 2003/06/04 02:50:19 ray Exp $
|
// $Id: GameManager.java,v 1.66 2003/06/29 23:11:23 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.parlor.game;
|
package com.threerings.parlor.game;
|
||||||
|
|
||||||
@@ -63,6 +63,15 @@ public class GameManager extends PlaceManager
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns the configuration object for the game being managed by this
|
||||||
|
* manager.
|
||||||
|
*/
|
||||||
|
public GameConfig getGameConfig ()
|
||||||
|
{
|
||||||
|
return _gameconfig;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adds the given player to the game at the first available player
|
* Adds the given player to the game at the first available player
|
||||||
* index. This should only be called before the game is started, and
|
* index. This should only be called before the game is started, and
|
||||||
|
|||||||
Reference in New Issue
Block a user