Files
crystall-punk-14/Content.Server/SubFloor/SubFloorHideSystem.cs

8 lines
138 B
C#
Raw Normal View History

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