Units/AttackBlame.cs
namespace PlanetMeat;

[Group( "Planet Meat - Units" ), Title( "AttackBlame" ), Icon( "ads_click" )]
public sealed class AttackBlame : Component, IAttackBlame
{
	[Property] public string Ident { get; set; }
}