Added gameWillEnd(), and GameObject.winners that details the winners of
the game, as assigned by GameManager.assignWinners() when the game ends. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1853 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: GameManagerDelegate.java,v 1.5 2002/06/19 23:41:25 shaper Exp $
|
||||
// $Id: GameManagerDelegate.java,v 1.6 2002/10/27 23:54:32 shaper Exp $
|
||||
|
||||
package com.threerings.parlor.game;
|
||||
|
||||
@@ -45,6 +45,13 @@ public class GameManagerDelegate extends PlaceManagerDelegate
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* Called by the game manager when the game is about to end.
|
||||
*/
|
||||
public void gameWillEnd ()
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* Called by the game manager after the game ended.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user