Allow EZGames to have custom configuration options specified as XML.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@240 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Ray Greenwell
2007-03-13 00:50:14 +00:00
parent 565c700d61
commit 3825cf2e68
5 changed files with 226 additions and 0 deletions
@@ -49,6 +49,10 @@ public class EZGameConfig extends GameConfig
/** The game type. */
public byte gameType = SEATED_GAME;
/** Custom configuration for the game. May only be interpretable on the
* client. */
public Object customConfig;
@Override
public byte getGameType ()
{