Files
crystall-punk-14/Content.Shared/Atmos/Rotting/AntiRottingContainerComponent.cs

12 lines
215 B
C#
Raw Permalink Normal View History

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