* tweak: add RestrictedRange to prison and transit hub. * tweak: make laydown better * ay lmaoo
8 lines
202 B
C#
8 lines
202 B
C#
using Content.Shared._Sunrise.SharedLieDownPressingButtonSystem;
|
|
|
|
namespace Content.Client._Sunrise.LayDown;
|
|
|
|
public sealed class LieDownPressingButtonSystem : SharedLieDownPressingButtonSystem
|
|
{
|
|
|
|
}
|