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:
Ray Greenwell
2006-01-18 22:15:05 +00:00
parent 573125d3d1
commit e2cfd1de80
@@ -238,6 +238,15 @@ public class GameObject extends PlaceObject
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
protected void which (StringBuffer buf)
{