forked from SteamWar/SteamWar
Fix some more issues
This commit is contained in:
@@ -34,6 +34,9 @@ public interface Region {
|
||||
static Region getRegion(Location location) {
|
||||
return RegionSystem.INSTANCE.get(location);
|
||||
}
|
||||
static Region getGlobalRegion() {
|
||||
return RegionSystem.INSTANCE.getGlobalRegion();
|
||||
}
|
||||
|
||||
UUID getID();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user