Add Garden handling for PathRegion

This commit is contained in:
2026-03-16 21:08:26 +01:00
parent d0ceaa0031
commit dff2e088a2
4 changed files with 45 additions and 28 deletions
@@ -70,5 +70,6 @@ public enum RegionType {
Path,
Water,
Global,
Garden,
}
}