Beginnings of Whirled service which is a system for building worlds made

of interconnected scenes on top of the Cocktail services.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@228 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-08-11 04:09:51 +00:00
parent 5daf0d734f
commit 5a2196bd0c
12 changed files with 628 additions and 0 deletions
@@ -0,0 +1,19 @@
//
// $Id: SceneService.java,v 1.1 2001/08/11 04:09:50 mdb Exp $
package com.threerings.whirled.client;
import com.threerings.cocktail.cher.client.Client;
import com.threerings.cocktail.cher.client.InvocationManager;
import com.threerings.whirled.Log;
/**
* The scene service class provides the client interface to the scene
* related invocation services.
*/
public class SceneService
{
/** The module name for the scene services. */
public static final String MODULE = "whirled!scene";
}