2023-12-20 21:19:50 -07:00
|
|
|
namespace Content.Shared.Atmos.Rotting;
|
2023-05-03 00:57:47 -04:00
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Entities inside this container will not rot.
|
|
|
|
|
/// </summary>
|
|
|
|
|
[RegisterComponent]
|
2023-08-22 18:14:33 -07:00
|
|
|
public sealed partial class AntiRottingContainerComponent : Component
|
2023-05-03 00:57:47 -04:00
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|