Cleanup the namespaces (#8132)
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Content.Server.MachineLinking.Events
|
||||
{
|
||||
public sealed class PortDisconnectedEvent : EntityEventArgs
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Content.Server.MachineLinking.Events
|
||||
{
|
||||
public sealed class SignalReceivedEvent : EntityEventArgs
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
using System;
|
||||
|
||||
namespace Content.Server.MachineLinking.Exceptions
|
||||
{
|
||||
public sealed class InvalidPortValueException : Exception
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
using System;
|
||||
|
||||
namespace Content.Server.MachineLinking.Exceptions
|
||||
namespace Content.Server.MachineLinking.Exceptions
|
||||
{
|
||||
public sealed class LinkAlreadyRegisteredException : Exception
|
||||
{
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
using System;
|
||||
|
||||
namespace Content.Server.MachineLinking.Exceptions
|
||||
{
|
||||
public sealed class NoSignalValueProvidedException : Exception
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
using System;
|
||||
|
||||
namespace Content.Server.MachineLinking.Exceptions
|
||||
{
|
||||
public sealed class PortNotFoundException : Exception
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
using System;
|
||||
using Content.Server.MachineLinking.Components;
|
||||
using Content.Shared.Interaction;
|
||||
using Content.Shared.MachineLinking;
|
||||
|
||||
Reference in New Issue
Block a user