7 lines
100 B
C#
7 lines
100 B
C#
namespace Blobcreate.Universal
|
|
{
|
|
public interface IHealth
|
|
{
|
|
void TakeDamage(int damage);
|
|
}
|
|
} |