Our inherited constructor documentation didn't make much sense.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4396 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -73,7 +73,10 @@ public class OccupantInfo extends SimpleStreamableObject
|
|||||||
/** The status of this occupant. */
|
/** The status of this occupant. */
|
||||||
public var status :int = ACTIVE;
|
public var status :int = ACTIVE;
|
||||||
|
|
||||||
/** A blank constructor used for unserialization. */
|
/**
|
||||||
|
* Constructs an occupant info record, optionally obtaining data from the
|
||||||
|
* supplied BodyObject.
|
||||||
|
*/
|
||||||
public function OccupantInfo (body :BodyObject = null)
|
public function OccupantInfo (body :BodyObject = null)
|
||||||
{
|
{
|
||||||
if (body != null) {
|
if (body != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user