Files
tbd-station-14/Content.Client/Medical/Cryogenics/CryoPodComponent.cs

8 lines
208 B
C#

using Content.Shared.DragDrop;
using Content.Shared.Medical.Cryogenics;
namespace Content.Client.Medical.Cryogenics;
[RegisterComponent]
public sealed class CryoPodComponent : SharedCryoPodComponent { }