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:
Michael Bayne
2006-10-04 02:17:35 +00:00
parent 398767da5f
commit 3305c1b922
@@ -73,7 +73,10 @@ public class OccupantInfo extends SimpleStreamableObject
/** The status of this occupant. */
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)
{
if (body != null) {