Add Garden handling for PathRegion

This commit is contained in:
2026-03-06 13:46:29 +01:00
parent 54bdf1e18f
commit 9f27292fa2
4 changed files with 45 additions and 28 deletions
@@ -70,5 +70,6 @@ public enum RegionType {
Path,
Water,
Global,
Garden,
}
}