some damage interfacing

This commit is contained in:
2026-01-17 11:02:17 +01:00
parent 5908494977
commit b1e78df6c7
13 changed files with 122 additions and 52 deletions

View File

@@ -2,5 +2,5 @@ namespace Movementtests.interfaces;
public interface IDamageable
{
void TakeDamage();
void TakeDamage(RDamage damage);
}