Import Hashable, add needed override.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@97 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2006-10-05 01:03:58 +00:00
parent 451218a1a4
commit cdbc9dcfb0
@@ -3,6 +3,7 @@
package com.threerings.ezgame.data { package com.threerings.ezgame.data {
import com.threerings.util.Hashable;
import com.threerings.util.MessageBundle; import com.threerings.util.MessageBundle;
import com.threerings.io.ObjectInputStream; import com.threerings.io.ObjectInputStream;
@@ -55,7 +56,7 @@ public class EZGameConfig extends GameConfig
} }
// from abstract PlaceConfig // from abstract PlaceConfig
public function getManagerClassName () :String override public function getManagerClassName () :String
{ {
throw new Error("Not implemented."); throw new Error("Not implemented.");
} }