Extracted FightAttack Enum in the hopes of fixing errors

This commit is contained in:
2025-07-31 20:35:14 +02:00
parent cfe604d3b7
commit 730c4999d7
6 changed files with 37 additions and 24 deletions
@@ -5,14 +5,7 @@ using Godot;
namespace Babushka.scripts.CSharp.Common.Farming;
public enum PlantState
{
None = 0,
Planted = 1,
SmallPlant = 2,
BigPlant = 3,
Ready = 4
}
/// <summary>
/// Determines the behaviour of a plant in Babushka.