Files
crystall-punk-14/Content.Server/Atmos/Miasma/AntiRottingContainerComponent.cs
2023-01-19 13:56:45 +11:00

10 lines
229 B
C#

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