summaryrefslogtreecommitdiff
path: root/NET/worlds/network/RemoteFileConst.java
diff options
context:
space:
mode:
Diffstat (limited to 'NET/worlds/network/RemoteFileConst.java')
-rw-r--r--NET/worlds/network/RemoteFileConst.java14
1 files changed, 14 insertions, 0 deletions
diff --git a/NET/worlds/network/RemoteFileConst.java b/NET/worlds/network/RemoteFileConst.java
new file mode 100644
index 0000000..098a93b
--- /dev/null
+++ b/NET/worlds/network/RemoteFileConst.java
@@ -0,0 +1,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
+ */ \ No newline at end of file