Files
OldThink/Content.Server/SubFloor/TrayScannerSystem.cs

9 lines
137 B
C#
Raw Permalink Normal View History

2023-03-31 14:40:38 +11:00
using Content.Shared.SubFloor;
namespace Content.Server.SubFloor;
public sealed class TrayScannerSystem : SharedTrayScannerSystem
{
}