broken composition and signals
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
namespace Movementtests.interfaces;
|
||||
|
||||
public interface IHealthable
|
||||
public interface IKillable
|
||||
{
|
||||
float CurrentHealth { get; set; }
|
||||
void ReduceHealth(float amount);
|
||||
void Kill();
|
||||
}
|
||||
Reference in New Issue
Block a user