Files
tbd-station-14/Content.Server/SubFloor/SubFloorHideSystem.cs
2022-02-13 20:20:35 -07:00

8 lines
138 B
C#

using Content.Shared.SubFloor;
namespace Content.Server.SubFloor;
public sealed class SubFloorHideSystem : SharedSubFloorHideSystem
{
}