4 lines
61 B
C#

public interface IDamageable
{
float Threshold { get; }
}