Utils/InspectableAttribute.cs
namespace HC3;

public class InspectableAttribute : System.Attribute
{
	public string Suffix { get; set; } = null;
}