6
StarHorizon_Public/Content.Server/_NF/CryoSleep/CryoSleepFallbackComponent.cs
2026-01-24 12:49:55 +03:00

7 lines
265 B
C#

namespace Content.Server._NF.CryoSleep;
// In the case a user's body cannot be revived in a cryopod, this component denotes an entity as being
// a fallback to revive them at.
[RegisterComponent]
public sealed partial class CryoSleepFallbackComponent : Component;