| Interface | Description |
|---|---|
| TurnGameController |
Games that wish to make use of the turn game services should have their
controller implement this interface and create an instance of
TurnGameControllerDelegate which should be passed to PlaceController.addDelegate(com.threerings.crowd.client.PlaceControllerDelegate). |
| Class | Description |
|---|---|
| TurnDisplay |
Automatically display a list of players and turn change information
in a turn-based game.
|
| TurnGameControllerDelegate |
Performs the client-side processing for a turn-based game.
|
Copyright © 2015. All rights reserved.