using Content.Shared.InteractionVerbs; namespace Content.Client.InteractionVerbs; // Just here because the shared system is abstract. public sealed class InteractionVerbsSystem : SharedInteractionVerbsSystem { }