AntiRottingContainerComponent.cs 215 B

1234567891011
  1. namespace Content.Shared.Atmos.Rotting;
  2. /// <summary>
  3. /// Entities inside this container will not rot.
  4. /// </summary>
  5. [RegisterComponent]
  6. public sealed partial class AntiRottingContainerComponent : Component
  7. {
  8. }