6
StarHorizon_Public/Content.Shared/Atmos/Rotting/AntiRottingContainerComponent.cs
2025-08-05 10:00:54 +03:00

12 lines
215 B
C#

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