using MfGames.Nitride.Generators; namespace MfGames.Nitride.Json; /// /// A marker class that indicates that the entity is JSON. /// [SingletonComponent] public partial class IsJson { }