git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@1091 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Dave Hoover
2011-05-26 17:31:28 +00:00
parent d59010a276
commit ac7d98a29e
@@ -44,7 +44,7 @@ import static com.threerings.parlor.Log.log;
* The game controller manages the flow and control of a game on the client side. This class serves
* as the root of a hierarchy of controller classes that aim to provide functionality shared
* between various similar games. The base controller provides functionality for starting and
* ending the game and for calculating ratings adjustements when a game ends normally. It also
* ending the game and for calculating ratings adjustments when a game ends normally. It also
* handles the basic house keeping like subscription to the game object and dispatch of commands
* and distributed object events.
*/