9 lines
137 B
C#
9 lines
137 B
C#
using Content.Shared.SubFloor;
|
|
|
|
namespace Content.Server.SubFloor;
|
|
|
|
public sealed class TrayScannerSystem : SharedTrayScannerSystem
|
|
{
|
|
|
|
}
|