Provide a faux-configurator.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1624 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2002-07-30 20:32:39 +00:00
parent f6d9139b2d
commit 0b313223eb
@@ -1,5 +1,5 @@
//
// $Id: TestConfig.java,v 1.4 2002/07/23 05:55:40 mdb Exp $
// $Id: TestConfig.java,v 1.5 2002/07/30 20:32:39 shaper Exp $
package com.threerings.parlor;
@@ -10,6 +10,11 @@ public class TestConfig extends GameConfig
/** The foozle parameter. */
public int foozle;
public Class getConfiguratorClass ()
{
return null;
}
public Class getControllerClass ()
{
return TestController.class;