We got more sinkin' up to do man. Yeah man, it's mighty groovy.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@178 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -488,7 +488,13 @@ public class SceneDirector extends BasicDirector
|
||||
_sservice = null;
|
||||
}
|
||||
|
||||
// documentation inherited
|
||||
// from BasicDirector
|
||||
override protected function registerServices (client :Client) :void
|
||||
{
|
||||
client.addServiceGroup(SceneCodes.WHIRLED_GROUP);
|
||||
}
|
||||
|
||||
// from BasicDirector
|
||||
override protected function fetchServices (client :Client) :void
|
||||
{
|
||||
// get a handle on our scene service
|
||||
|
||||
@@ -28,6 +28,9 @@ import com.threerings.crowd.data.LocationCodes;
|
||||
*/
|
||||
public class SceneCodes extends LocationCodes
|
||||
{
|
||||
/** Defines our invocation services group. */
|
||||
public static const WHIRLED_GROUP :String = "whirled";
|
||||
|
||||
/** The message identifier for scene update messages. */
|
||||
public static const SCENE_UPDATE :String = "scene_update";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user