Added EZGame.getPlayerCount().

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@98 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Ray Greenwell
2006-10-05 01:45:16 +00:00
parent cdbc9dcfb0
commit 0ecfaac648
4 changed files with 22 additions and 0 deletions
@@ -201,6 +201,12 @@ public class GameObjectImpl
_ctx.getChatDirector().displayInfo(null, MessageBundle.taint(msg));
}
// from EZGame
public int getPlayerCount ()
{
return _ezObj.getPlayerCount();
}
// from EZGame
public String[] getPlayerNames ()
{