Adds T-ray Scanners (#5420)
This commit is contained in:
11
Content.Server/SubFloor/TrayScannerSystem.cs
Normal file
11
Content.Server/SubFloor/TrayScannerSystem.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Content.Shared.SubFloor;
|
||||
|
||||
namespace Content.Server.SubFloor;
|
||||
|
||||
public class TrayScannerSystem : SharedTrayScannerSystem
|
||||
{
|
||||
public override void Initialize()
|
||||
{
|
||||
base.Initialize();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user