Units/IAttackBlame.cs
namespace PlanetMeat;

public interface IAttackBlame
{
	public string Ident { get; }
}