using MfGames.Nitride.Generators; namespace MfGames.Nitride.Yaml; /// /// A marker class that indicates that the entity is YAML. /// [SingletonComponent] public partial class IsYaml { }