mfgames-cil/src/MfGames.Nitride.Feeds/HasFeed.cs
D. Moonfire da16d3f28e
All checks were successful
deploy / deploy (push) Successful in 8m29s
fix: switching Is* and Has* classes into singletons
2024-03-10 23:33:43 -05:00

11 lines
237 B
C#

using MfGames.Nitride.Generators;
namespace MfGames.Nitride.Feeds;
/// <summary>
/// A marker component that indicates this entity has a feed associated with
/// it.
/// </summary>
[SingletonComponent]
public partial class HasFeed { }