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:
@@ -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 ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user