Files
tbd-station-14/Content.Shared/Bed/Components/StasisBedBuckledComponent.cs
Nemanja ab201b6e82 Stasis bed cleanup and bugfixes. (#38762)
* Stasis bed sent to shed

* Code Review

* Code Review 2
2025-07-06 02:59:31 +02:00

11 lines
310 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.Bed.Components;
/// <summary>
/// Tracking component added to entities buckled to stasis beds.
/// </summary>
[RegisterComponent, NetworkedComponent]
[Access(typeof(SharedBedSystem))]
public sealed partial class StasisBedBuckledComponent : Component;