4 lines
61 B
C#
4 lines
61 B
C#
public interface IDamageable
|
|
{
|
|
float Threshold { get; }
|
|
} |
public interface IDamageable
|
|
{
|
|
float Threshold { get; }
|
|
} |