namespace Content.Server.Morgue.Components; /// /// used to track actively cooking crematoriums /// [RegisterComponent] public sealed partial class ActiveCrematoriumComponent : Component { [ViewVariables(VVAccess.ReadWrite)] public float Accumulator = 0; }