Predict sleeping action (#37414)

* Predict sleeping action

* reviews
This commit is contained in:
metalgearsloth
2025-05-15 22:52:24 +10:00
committed by GitHub
parent 7ec37451d0
commit c042669eae
6 changed files with 86 additions and 38 deletions

View File

@@ -0,0 +1,8 @@
using Content.Shared.Bed;
namespace Content.Client.Bed;
public sealed class BedSystem : SharedBedSystem
{
}