blob: 098a93bdbe8c2c6432ecab516f757d00655a27cd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
package NET.worlds.network;
public abstract interface RemoteFileConst
{
public static final String INI_WORLD_SECTION = "InstalledWorlds";
public static final String INSTALLED_WORLD_TEMPLATE = "InstalledWorld";
public static final String MAX_INSTALLED_WORLDS_TEMPLATE = "MaxInstalledWorlds";
}
/* Location: C:\Program Files (x86)\Worlds Inc\WorldsPlayer - Win7\lib\worlds.jar!\NET\worlds\network\RemoteFileConst.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/
|