Files
tbd-station-14/Content.Server/Disease/Components/DiseaseMachineRunningComponent.cs
2023-01-19 13:56:45 +11:00

10 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
{}
}