7 lines
145 B
C#
7 lines
145 B
C#
using Content.Shared.Interaction;
|
|
|
|
namespace Content.Server.Interaction
|
|
{
|
|
public sealed class InteractionSystem : SharedInteractionSystem;
|
|
}
|