No need to do this business by hand any longer.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1609 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,12 +1,8 @@
|
|||||||
//
|
//
|
||||||
// $Id: TestConfig.java,v 1.3 2001/11/08 02:07:36 mdb Exp $
|
// $Id: TestConfig.java,v 1.4 2002/07/23 05:55:40 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.parlor;
|
package com.threerings.parlor;
|
||||||
|
|
||||||
import java.io.IOException;
|
|
||||||
import java.io.DataInputStream;
|
|
||||||
import java.io.DataOutputStream;
|
|
||||||
|
|
||||||
import com.threerings.parlor.game.GameConfig;
|
import com.threerings.parlor.game.GameConfig;
|
||||||
|
|
||||||
public class TestConfig extends GameConfig
|
public class TestConfig extends GameConfig
|
||||||
@@ -24,22 +20,6 @@ public class TestConfig extends GameConfig
|
|||||||
return "com.threerings.parlor.test.TestManager";
|
return "com.threerings.parlor.test.TestManager";
|
||||||
}
|
}
|
||||||
|
|
||||||
// documentation inherited
|
|
||||||
public void writeTo (DataOutputStream out)
|
|
||||||
throws IOException
|
|
||||||
{
|
|
||||||
super.writeTo(out);
|
|
||||||
out.writeInt(foozle);
|
|
||||||
}
|
|
||||||
|
|
||||||
// documentation inherited
|
|
||||||
public void readFrom (DataInputStream in)
|
|
||||||
throws IOException
|
|
||||||
{
|
|
||||||
super.readFrom(in);
|
|
||||||
foozle = in.readInt();
|
|
||||||
}
|
|
||||||
|
|
||||||
protected void toString (StringBuffer buf)
|
protected void toString (StringBuffer buf)
|
||||||
{
|
{
|
||||||
super.toString(buf);
|
super.toString(buf);
|
||||||
|
|||||||
Reference in New Issue
Block a user