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:
@@ -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 ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user