10 lines
250 B
C#
10 lines
250 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
|
||
|
|
{}
|
||
|
|
}
|