RuneHive-Game
Loading...
Searching...
No Matches
WorldType.java
Go to the documentation of this file.
1package com.runehive.game.world;
2
3/**
4 * The OS Royale world types.
5 *
6 * @author Daniel
7 */
8public enum WorldType {
9 /**
10 * The main world.
11 */
13
14 /**
15 * The world used for testing purposes by a team.
16 */
18
19 /**
20 * Local host world used for developers.
21 */
23}
The OS Royale world types.
Definition WorldType.java:8
LOCAL
Local host world used for developers.
TEST
The world used for testing purposes by a team.