Units/ITargetableListener.cs
namespace PlanetMeat;

public interface ITargetableListener
{
	public void OnKilled();
}