Files
OldThink/Content.Client/Bed/SleepingSystem.cs

9 lines
127 B
C#
Raw Permalink Normal View History

2023-01-10 22:46:58 +11:00
using Content.Server.Bed.Sleep;
namespace Content.Client.Bed;
public sealed class SleepingSystem : SharedSleepingSystem
{
}