8 lines
138 B
C#
8 lines
138 B
C#
using Content.Shared.SubFloor;
|
|
|
|
namespace Content.Server.SubFloor;
|
|
|
|
public sealed class SubFloorHideSystem : SharedSubFloorHideSystem
|
|
{
|
|
}
|