fixed damage composition issue

This commit is contained in:
2026-01-17 17:47:14 +01:00
parent 4ccdbc0ee6
commit 0dcf4a3f99
12 changed files with 92 additions and 93 deletions

View File

@@ -4,6 +4,5 @@ namespace Movementtests.interfaces;
public interface IDamageable
{
event Action<float> DamageTaken;
float TakeDamage(RDamage damage);
}