4 lines
77 B
C#
4 lines
77 B
C#
public interface IDamageReceiver
|
|
{
|
|
void OnDamageTaken(string bodyPart);
|
|
} |