Add Garden handling for PathRegion

This commit is contained in:
2026-08-13 17:40:57 +02:00
parent c229adef89
commit bf5f48be9c
4 changed files with 45 additions and 28 deletions
@@ -70,5 +70,6 @@ public enum RegionType {
Path,
Water,
Global,
Garden,
}
}