namespace MfGames.Nitride.Feeds; /// /// A marker component that indicates this entity has a feed associated with /// it. /// public class HasFeed { public HasFeed() { } public static HasFeed Instance { get; } = new(); }