knockback component
This commit is contained in:
@@ -12,5 +12,5 @@ public interface IHealthable
|
||||
|
||||
float CurrentHealth { get; set; }
|
||||
|
||||
void ReduceHealth(IDamageable source, float amount);
|
||||
void ReduceHealth(IDamageable source, DamageRecord damageRecord);
|
||||
}
|
||||
Reference in New Issue
Block a user