♻️ removed planted state from Fieldstate because it didn't make any sense.
This commit is contained in:
@@ -7,7 +7,6 @@ public enum FieldState
|
||||
{
|
||||
Empty = 0,
|
||||
Tilled = 1,
|
||||
Planted = 2,
|
||||
Watered = 3,
|
||||
NotFound = 99
|
||||
}
|
||||
Reference in New Issue
Block a user