using System; namespace Movementtests.interfaces; public interface IDamageable { float TakeDamage(RDamage damage); }