mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-18 14:07:53 +03:00
* 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)
10 lines
169 B
C#
10 lines
169 B
C#
using Content.Shared.Bed.Cryostorage;
|
|
|
|
namespace Content.Client.Bed.Cryostorage;
|
|
|
|
/// <inheritdoc/>
|
|
public sealed class CryostorageSystem : SharedCryostorageSystem
|
|
{
|
|
|
|
}
|