mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-18 05:59:03 +03:00
12 lines
215 B
C#
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
|
|
{
|
|
|
|
}
|
|
|