some damage interfacing
This commit is contained in:
@@ -2,5 +2,5 @@ namespace Movementtests.interfaces;
|
||||
|
||||
public interface IDamageable
|
||||
{
|
||||
void TakeDamage();
|
||||
void TakeDamage(RDamage damage);
|
||||
}
|
||||
Reference in New Issue
Block a user