Package com.threerings.parlor.game.server

Interface Summary
TeamGameManager An interface to be implemented by a game if it wants to hear about the team indices that were configured during matchmaking.
 

Class Summary
GameManager The game manager handles the server side management of a game.
GameManagerDelegate Extends the PlayManagerDelegate mechanism with game manager specific methods.
GameWatcher<T extends GameObject> An abstract convenience class used server-side to keep an eye on a game and perform a one-time game-over activity when the game ends.