12 lines
206 B
C#
12 lines
206 B
C#
|
|
using Content.Shared.SubFloor;
|
||
|
|
|
||
|
|
namespace Content.Server.SubFloor;
|
||
|
|
|
||
|
|
public class TrayScannerSystem : SharedTrayScannerSystem
|
||
|
|
{
|
||
|
|
public override void Initialize()
|
||
|
|
{
|
||
|
|
base.Initialize();
|
||
|
|
}
|
||
|
|
}
|