♻️ removed planted state from Fieldstate because it didn't make any sense.

This commit is contained in:
2025-12-16 14:27:12 +01:00
parent 950731b225
commit 30750d2e3c
2 changed files with 27 additions and 22 deletions
@@ -7,7 +7,6 @@ public enum FieldState
{
Empty = 0,
Tilled = 1,
Planted = 2,
Watered = 3,
NotFound = 99
}