using System; namespace MfGames.Nitride.Generators; /// /// A marker attribute that indicates that the source generator should /// automatically create the plumbing for an instance-based flag component. /// [AttributeUsage(AttributeTargets.Class)] public class SingletonComponentAttribute : Attribute { }