Delta-v/Content.Server/Atmos/Miasma/RottingComponent.cs

10 lines
225 B
C#

namespace Content.Server.Atmos.Miasma
{
[RegisterComponent]
/// <summary>
/// Tracking component for stuff that has started to rot.
/// </summary>
public sealed class RottingComponent : Component
{}
}