Comment tweaks.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@536 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -23,7 +23,8 @@ package com.threerings.ezgame {
|
||||
|
||||
|
||||
/**
|
||||
* Access seating information for a seated game.
|
||||
* Access seating information for a seated game. Do not instantiate this class directly,
|
||||
* access it via GameControl.game.seating.
|
||||
*/
|
||||
// TODO: methods for allowing a player to pick a seat in SEATED_CONTINUOUS games.
|
||||
public class EZSeatingSubControl extends AbstractSubControl
|
||||
@@ -61,7 +62,7 @@ public class EZSeatingSubControl extends AbstractSubControl
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the names of the seated players, omitting any watchers.
|
||||
* Get the names of the seated players, in the order of their seated position.
|
||||
*/
|
||||
public function getPlayerNames () :Array /* of String */
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user