Delta-v/Content.Server/Interaction/InteractionSystem.cs

7 lines
145 B
C#

using Content.Shared.Interaction;
namespace Content.Server.Interaction
{
public sealed class InteractionSystem : SharedInteractionSystem;
}