mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-20 23:17:43 +03:00
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();
|
|
}
|
|
}
|