forked from SteamWar/SteamWar
Add RegionDataRepository
This commit is contained in:
@@ -28,6 +28,11 @@ public enum RegionType {
|
||||
|
||||
GLOBAL(true),
|
||||
NORMAL(false),
|
||||
|
||||
SPAWN(false),
|
||||
SPAWN_PATH(false),
|
||||
SPAWN_EXTENSION(false),
|
||||
PATH(false),
|
||||
;
|
||||
|
||||
private final boolean global;
|
||||
|
||||
Reference in New Issue
Block a user