Files
tbd-station-14/Content.Shared/Bed/Components/HealOnBuckleHealing.cs
metalgearsloth c042669eae Predict sleeping action (#37414)
* Predict sleeping action

* reviews
2025-05-15 22:52:24 +10:00

8 lines
215 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.Bed.Components;
// TODO rename this component
[RegisterComponent, NetworkedComponent]
public sealed partial class HealOnBuckleHealingComponent : Component;