Javadoc nitpickery
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5478 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -23,14 +23,16 @@ package com.threerings.crowd.server;
|
||||
|
||||
import com.threerings.presents.server.ClientLocal;
|
||||
|
||||
import com.threerings.crowd.data.BodyObject;
|
||||
|
||||
/**
|
||||
* Contains information tracked for each body by the server.
|
||||
*/
|
||||
public class BodyLocal extends ClientLocal
|
||||
{
|
||||
/**
|
||||
* The time at which the {@link #status} field was last updated. This is only available on the
|
||||
* server.
|
||||
* The time at which the {@link BodyObject#status} field was last updated.
|
||||
* This is only available on the server.
|
||||
*/
|
||||
public long statusTime;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user