Add TestblockScoreboardElement

Add WireframeCommand
Implement MWGPlotRegion
This commit is contained in:
2026-08-13 17:42:10 +02:00
parent a01a0ce858
commit 230dcd292b
5 changed files with 249 additions and 23 deletions
@@ -20,6 +20,7 @@
package de.steamwar.bausystem.region;
import de.steamwar.bausystem.BauSystem;
import de.steamwar.bausystem.features.region.WireframeCommand;
import de.steamwar.bausystem.region.dynamic.*;
import de.steamwar.bausystem.region.dynamic.global.GlobalRegion;
import de.steamwar.bausystem.shared.Pair;
@@ -88,6 +89,7 @@ public class DynamicRegionSystem implements RegionSystem {
DynamicRegionRepository.loadRegions();
new DynamicRegionCommand();
new WireframeCommand();
}
@Override