fish-station/Content.Client/_Sunrise/LayDown/LieDownPressingButtonSystem.cs
haiwwkes 5efc51b304
tweaks (#451)
* tweak: add RestrictedRange to prison and transit hub.

* tweak: make laydown better

* ay lmaoo
2024-10-03 17:23:41 +03:00

8 lines
202 B
C#

using Content.Shared._Sunrise.SharedLieDownPressingButtonSystem;
namespace Content.Client._Sunrise.LayDown;
public sealed class LieDownPressingButtonSystem : SharedLieDownPressingButtonSystem
{
}