namespace Content.Server._Goobstation.Ghostbar.Components; /// /// Tracker for ghostbar players /// [RegisterComponent] public sealed partial class GhostBarPlayerComponent : Component { // wwdp start [ViewVariables(VVAccess.ReadWrite), DataField] public TimeSpan TimeOfDeath = TimeSpan.Zero; // wwdp end }