package NET.worlds.scape; import java.io.IOException; class Facer extends SwitchableBehavior { @Override public void saveState(Saver s) throws IOException { } @Override public void restoreState(Restorer r) throws IOException { System.out.println("WARNING! Facers are obsolete. Use 1-image Holograms instead."); } }