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