using MfGames.Nitride.Generators; namespace MfGames.Nitride.Html; /// /// A marker component that indicates that the entity is an HTML file. /// [SingletonComponent] public partial class IsHtml { }