Allow AI configuration to be specified in the GameConfig and automatically

put into place before the game starts.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3400 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2005-03-12 07:46:34 +00:00
parent fb53600e92
commit 787d4f1fe5
2 changed files with 29 additions and 2 deletions
@@ -52,6 +52,12 @@ public abstract class GameConfig extends PlaceConfig implements Cloneable
/** Indicates whether or not this game is rated. */
public boolean rated = true;
/** Configurations for AIs to be used in this game. Slots with real
* players should be null and slots with AIs should contain
* configuration for those AIs. A null array indicates no use of AIs
* at all. */
public GameAI[] ais;
/**
* Returns the message bundle identifier for the bundle that should be
* used to translate the translatable strings used to describe the