fixed damage composition issue
This commit is contained in:
@@ -4,6 +4,5 @@ namespace Movementtests.interfaces;
|
||||
|
||||
public interface IDamageable
|
||||
{
|
||||
event Action<float> DamageTaken;
|
||||
float TakeDamage(RDamage damage);
|
||||
}
|
||||
Reference in New Issue
Block a user