Files
db6af623a8d6205aef2d09d2dba3025f86b69113
8 lines
160 B
C#
8 lines
160 B
C#
using Content.Shared.Robotics.Systems;
|
|||
|
|||
namespace Content.Client.Robotics.Systems;
|
|||
|
|||
public sealed class RoboticsConsoleSystem : SharedRoboticsConsoleSystem
|
|||
{
|
|||
}
|