* Cryogenic sleep units * pause map support * no more body deletion * Cryogenic Storage Units * boowomp * no more emag, no more dropping present people
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
|
|
{
|
|
|
|
}
|