summaryrefslogtreecommitdiff
path: root/NET/worlds/network/RemoteFileConst.java
blob: bb2100eb7d9a5f3f4ccf47e1632407d7bb8e0d92 (plain) (blame)
1
2
3
4
5
6
7
package NET.worlds.network;

public interface RemoteFileConst {
   String INI_WORLD_SECTION = "InstalledWorlds";
   String INSTALLED_WORLD_TEMPLATE = "InstalledWorld";
   String MAX_INSTALLED_WORLDS_TEMPLATE = "MaxInstalledWorlds";
}