added enemy factory and pool
This commit is contained in:
@@ -5,6 +5,7 @@ namespace Darkmatter.Core
|
||||
{
|
||||
public interface IDamageable
|
||||
{
|
||||
|
||||
event Action<float> OnHealthDecreased;
|
||||
float Health { get; set; }
|
||||
void TakeDamage(float damage);
|
||||
|
||||
Reference in New Issue
Block a user