Delta-v/Content.Server/Disease/Components/DiseaseDiagnoserComponent.cs

10 lines
243 B
C#

namespace Content.Server.Disease.Components
{
/// <summary>
/// To give the disease diagnosing machine specific behavior
/// </summary>
[RegisterComponent]
public sealed class DiseaseDiagnoserComponent : Component
{}
}