* Improve InteractionSystem range & BUI checks * Ghost fixes * AAA * Fix test * fix nullable * revert to broadcast event * Fixes for eengine PR * Ah buckle code * )
13 lines
330 B
C#
13 lines
330 B
C#
using Content.Shared.Interaction;
|
|
using Content.Shared.Storage;
|
|
using JetBrains.Annotations;
|
|
using Robust.Server.GameObjects;
|
|
using Robust.Shared.Containers;
|
|
using Robust.Shared.Player;
|
|
|
|
namespace Content.Server.Interaction
|
|
{
|
|
// TODO Remove Shared prefix
|
|
public sealed class InteractionSystem : SharedInteractionSystem;
|
|
}
|