SteamWar/BauSystem2.0
Archiviert
12
0

Simplify Region.hasType

Dieser Commit ist enthalten in:
yoyosource 2021-04-20 11:36:39 +02:00
Ursprung e661d2657e
Commit b70f5fd139

Datei anzeigen

@ -204,6 +204,9 @@ public class Region {
if (prototype == null) {
return false;
}
if (regionType == null) {
return false;
}
switch (regionType) {
case BUILD:
return prototype.getBuild() != null;