TURN_HOLDER_REPLACED was already moved to TurnGameController in
because constant values cannot be defined in an interface in actionscript. git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@43 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -33,12 +33,6 @@ import com.threerings.parlor.game.data.GameObject;
|
||||
*/
|
||||
public interface TurnGameObject
|
||||
{
|
||||
/** A special value used to communicate to the client that the current
|
||||
* turn holder was replaced (perhaps due to disconnection or departure
|
||||
* and being replaced by an AI). */
|
||||
// public static final Name TURN_HOLDER_REPLACED =
|
||||
// new Name("__TURN_HOLDER_REPLACED__");
|
||||
|
||||
/**
|
||||
* Returns the distributed object field name of the
|
||||
* <code>turnHolder</code> field in the object that implements this
|
||||
|
||||
Reference in New Issue
Block a user