com.threerings.micasa.simulator.client
Interface SimulatorService
- All Superinterfaces:
- InvocationService
- All Known Implementing Classes:
- SimulatorMarshaller
public interface SimulatorService
- extends InvocationService
Provides access to simulator invocation services.
createGame
void createGame(GameConfig config,
String simClass,
int playerCount)
- Requests that a new game be created.
- Parameters:
config - the game config for the game to be created.simClass - the class name of the simulant to create.playerCount - the number of players in the game.