We'll be needing a proper controller.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@89 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -5,10 +5,14 @@ package com.threerings.ezgame.data;
|
|||||||
|
|
||||||
import com.threerings.util.MessageBundle;
|
import com.threerings.util.MessageBundle;
|
||||||
|
|
||||||
|
import com.threerings.crowd.client.PlaceController;
|
||||||
|
|
||||||
import com.threerings.parlor.game.client.GameConfigurator;
|
import com.threerings.parlor.game.client.GameConfigurator;
|
||||||
import com.threerings.parlor.game.data.GameConfig;
|
import com.threerings.parlor.game.data.GameConfig;
|
||||||
import com.threerings.parlor.game.data.PartyGameConfig;
|
import com.threerings.parlor.game.data.PartyGameConfig;
|
||||||
|
|
||||||
|
import com.threerings.ezgame.client.EZGameController;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A game config for a simple multiplayer game.
|
* A game config for a simple multiplayer game.
|
||||||
*/
|
*/
|
||||||
@@ -39,6 +43,12 @@ public class EZGameConfig extends GameConfig
|
|||||||
return MessageBundle.taint(configData);
|
return MessageBundle.taint(configData);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override // from PlaceConfig
|
||||||
|
public PlaceController createController ()
|
||||||
|
{
|
||||||
|
return new EZGameController();
|
||||||
|
}
|
||||||
|
|
||||||
// from abstract PlaceConfig
|
// from abstract PlaceConfig
|
||||||
public String getManagerClassName ()
|
public String getManagerClassName ()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user