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