ok so this should be the way to go
This commit is contained in:
@@ -4,5 +4,6 @@ namespace Movementtests.interfaces;
|
||||
|
||||
public interface IDamageable
|
||||
{
|
||||
event Action<IDamageable, float> DamageTaken;
|
||||
float TakeDamage(RDamage damage);
|
||||
}
|
||||
Reference in New Issue
Block a user