Added a reference so that vilya.swc consumers (e.g. thane client) will not need to explicitly do so
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@707 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -27,6 +27,7 @@ import com.threerings.io.ObjectOutputStream;
|
||||
import com.threerings.presents.dobj.DSet;
|
||||
import com.threerings.presents.dobj.DSet_Entry;
|
||||
import com.threerings.whirled.data.SceneObject;
|
||||
import com.threerings.whirled.spot.data.SceneLocation;
|
||||
|
||||
/**
|
||||
* Extends the {@link SceneObject} with information specific to spots.
|
||||
@@ -44,6 +45,7 @@ public class SpotSceneObject extends SceneObject
|
||||
/** A distributed set containing {@link SceneLocation} records for all
|
||||
* occupants of this scene. */
|
||||
public var occupantLocs :DSet = new DSet();
|
||||
SceneLocation; // plain reference to force linkage
|
||||
|
||||
/** Contains information on all {@link Cluster}s in this scene. */
|
||||
public var clusters :DSet = new DSet();
|
||||
|
||||
Reference in New Issue
Block a user