Major surgery to bring Whirled into line with the new PlaceConfig world

order. Also moved stuff from whirled.client.test and whirled.server.test
into whirled.test because it's silly having two separate test directories.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@401 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-10-05 23:59:37 +00:00
parent 09ef3cd972
commit 7d02b3d30b
13 changed files with 97 additions and 49 deletions
@@ -1,5 +1,5 @@
//
// $Id: SceneManager.java,v 1.4 2001/09/05 01:08:30 shaper Exp $
// $Id: SceneManager.java,v 1.5 2001/10/05 23:59:36 mdb Exp $
package com.threerings.whirled.server;
@@ -11,6 +11,10 @@ import com.threerings.whirled.data.Scene;
public class SceneManager extends PlaceManager
{
/**
* Returns the scene object (not the scene distributed object)
* associated with this scene.
*/
public Scene getScene ()
{
return _scene;