Added bodyWillLeave() to go with bodyWillEnter() for great symmetry and

justice. Cleaned up some other stuff in the process.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5620 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2009-01-06 03:08:21 +00:00
parent 0c4665e587
commit 8fcfa6e211
3 changed files with 39 additions and 49 deletions
@@ -32,7 +32,6 @@ public class BodyLocal extends ClientLocal
{
/**
* The time at which the {@link BodyObject#status} field was last updated.
* This is only available on the server.
*/
public long statusTime;
}