Files
tbd-station-14/Content.Shared/Atmos/Miasma/AntiRottingContainerComponent.cs
Nemanja b16eba534a [fix] Fix rotting (#16039)
* Fix rotting

* empty
2023-05-02 22:57:47 -06:00

12 lines
206 B
C#

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