SteamWar/BauSystem
Archiviert
13
0

Add Region.Prototype.extensionPrototypeArea

Dieser Commit ist enthalten in:
jojo 2021-02-17 14:45:09 +01:00
Ursprung 0a60393cc3
Commit 185387c7b2

Datei anzeigen

@ -239,6 +239,15 @@ public class Region {
return false; return false;
} }
@Override
public boolean hasExtensionAreaRegistered() {
return false;
}
@Override
public boolean hasTestblockExtensionAreaRegistered() {
return false;
}
} }
public static class Prototype{ public static class Prototype{