blob: ee024263bf65123deb49ca922fbf1f3b6619d781 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
package NET.worlds.scape;
public abstract interface IncrementalRestorer
{
public abstract int incRestore(int paramInt, Restorer paramRestorer, URLSelfLoader paramURLSelfLoader)
throws Exception;
}
/* Location: C:\Program Files (x86)\Worlds Inc\WorldsPlayer - Win7\lib\worlds.jar!\NET\worlds\scape\IncrementalRestorer.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/
|