Files
wwdpublic/Content.Client/Bed/Cryostorage/CryostorageSystem.cs
Nemanja e624317d37 Cryogenic Sleep Units (#24096)
* Cryogenic sleep units

* pause map support

* no more body deletion

* Cryogenic Storage Units

* boowomp

* no more emag, no more dropping present people

(cherry picked from commit 736b9dd7df6e35f07fed88686c7c863ac61af846)
2024-01-26 22:51:41 +01:00

10 lines
169 B
C#

using Content.Shared.Bed.Cryostorage;
namespace Content.Client.Bed.Cryostorage;
/// <inheritdoc/>
public sealed class CryostorageSystem : SharedCryostorageSystem
{
}