MIF_E31221263/Assets/Scripts/Extra/IDamageable.cs

4 lines
67 B
C#

public interface IDamageable
{
void TakeDamage(float amount);
}