namespace Content.Server.Atmos.Miasma { /// /// Way for natural sources of rotting to tell if there are more unnatural preservation forces at play. /// [RegisterComponent] public sealed class BodyPreservedComponent : Component { public int PreservationSources = 0; } }