Files
tbd-station-14/Content.Server/Spreader/EdgeSpreaderComponent.cs

11 lines
319 B
C#

namespace Content.Server.Spreader;
/// <summary>
/// Added to entities being considered for spreading via <see cref="SpreaderSystem"/>.
/// This needs to be manually added and removed.
/// </summary>
[RegisterComponent, Access(typeof(SpreaderSystem))]
public sealed partial class EdgeSpreaderComponent : Component
{
}