Added getPartyGameType, similar to the method in PartyGameConfig.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3808 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -238,6 +238,15 @@ public class GameObject extends PlaceObject
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns the type of party game being played or NOT_PARTY_GAME.
|
||||||
|
* {@link PartyGameConfig}.
|
||||||
|
*/
|
||||||
|
public byte getPartyGameType ()
|
||||||
|
{
|
||||||
|
return PartyGameConfig.NOT_PARTY_GAME;
|
||||||
|
}
|
||||||
|
|
||||||
// documentation inherited
|
// documentation inherited
|
||||||
protected void which (StringBuffer buf)
|
protected void which (StringBuffer buf)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user