This commit is contained in:
Crizomb 2025-01-20 21:05:28 +01:00
parent ffb1f1caa1
commit b21d392ff6
80 changed files with 2888 additions and 221 deletions

View file

@ -15,6 +15,7 @@ public abstract class AbstractUnit : MonoBehaviour
[field: SerializeField] public bool IsQueen { get; private set; }
public abstract void TakeDamage(float damage);
public abstract void Heal(float heal);
void Awake()
{