Files
crystall-punk-14/Content.Server/Atmos/Miasma/RottingComponent.cs
2022-06-17 00:00:23 -07:00

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