fish-station/Content.Server/Disease/Components/DiseaseMachineRunningComponent.cs

9 lines
251 B
C#

namespace Content.Server.Disease.Components
{
/// <summary>
/// For EntityQuery to keep track of which machines are running
/// </summary>
[RegisterComponent]
public sealed class DiseaseMachineRunningComponent : Component
{}
}