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