public class SimulatorManager extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
SimulatorManager.CreateGameTask |
| Constructor and Description |
|---|
SimulatorManager(com.threerings.presents.server.InvocationManager invmgr) |
| Modifier and Type | Method and Description |
|---|---|
void |
createGame(com.threerings.crowd.data.BodyObject source,
GameConfig config,
String simClass,
int playerCount)
Creates a game along with the specified number of simulant players and forcibly moves all
players into the game room.
|
@Inject public SimulatorManager(com.threerings.presents.server.InvocationManager invmgr)
public void createGame(com.threerings.crowd.data.BodyObject source,
GameConfig config,
String simClass,
int playerCount)
Copyright © 2015. All rights reserved.