public interface SimulatorService
extends com.threerings.presents.client.InvocationService
| Modifier and Type | Method and Description |
|---|---|
void |
createGame(GameConfig config,
String simClass,
int playerCount)
Requests that a new game be created.
|
void createGame(GameConfig config, String simClass, int playerCount)
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.Copyright © 2015. All rights reserved.