Files
OldThink/Content.Server/Atmos/Miasma/AntiRottingContainerComponent.cs

10 lines
229 B
C#
Raw Normal View History

namespace Content.Server.Atmos.Miasma
{
[RegisterComponent]
/// <summary>
/// Entities inside this container will not rot.
/// </summary>
public sealed class AntiRottingContainerComponent : Component
{}
}