namespace Movementtests.interfaces; public interface IHealthable { void ReduceHealth(float amount); }