1 2 3 4 5
package NET.worlds.scape; public interface IncrementalRestorer { int incRestore(int var1, Restorer var2, URLSelfLoader var3) throws Exception; }