Files

13 lines
330 B
C#
Raw Permalink Normal View History

2021-06-09 22:19:39 +02:00
using Content.Shared.Interaction;
using Content.Shared.Storage;
using JetBrains.Annotations;
using Robust.Server.GameObjects;
using Robust.Shared.Containers;
2023-10-29 04:21:02 +11:00
using Robust.Shared.Player;
2021-06-09 22:19:39 +02:00
namespace Content.Server.Interaction
{
// TODO Remove Shared prefix
public sealed class InteractionSystem : SharedInteractionSystem;
}