Files
tbd-station-14/Content.Server/Interaction/InteractionSystem.cs
2025-09-25 23:33:28 +02:00

7 lines
145 B
C#

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