com.threerings.micasa.simulator.server
Class SimulatorProvider
java.lang.Object
com.threerings.micasa.simulator.server.SimulatorProvider
- All Implemented Interfaces:
- com.threerings.presents.server.InvocationProvider
public class SimulatorProvider
- extends Object
- implements com.threerings.presents.server.InvocationProvider
The simulator provider handles game creation requests on the server
side, passing them off to the SimulatorManager.
|
Method Summary |
void |
createGame(com.threerings.presents.data.ClientObject caller,
GameConfig config,
String simClass,
int playerCount)
Processes a request from the client to create a new game. |
SimulatorProvider
public SimulatorProvider(SimulatorManager simmgr)
- Constructs a simulator provider.
createGame
public void createGame(com.threerings.presents.data.ClientObject caller,
GameConfig config,
String simClass,
int playerCount)
- Processes a request from the client to create a new game.
Copyright © 2011. All Rights Reserved.