Delta-v/Content.Server/Lathe/Components/LatheInsertingComponent.cs

10 lines
241 B
C#

namespace Content.Server.Lathe.Components
{
/// <summary>
/// For EntityQuery to keep track of which lathes are inserting
/// <summary>
[RegisterComponent]
public sealed class LatheInsertingComponent : Component
{}
}