2021-09-16 13:02:10 +10:00
|
|
|
using Content.Shared.Interaction;
|
2023-09-11 21:20:46 +10:00
|
|
|
using Content.Shared.Storage;
|
2021-11-29 12:25:22 +13:00
|
|
|
using Robust.Shared.Containers;
|
2021-09-16 13:02:10 +10:00
|
|
|
|
|
|
|
|
namespace Content.Client.Interactable
|
|
|
|
|
{
|
2024-05-24 17:03:03 +12:00
|
|
|
// TODO Remove Shared prefix
|
|
|
|
|
public sealed class InteractionSystem : SharedInteractionSystem;
|
2021-09-16 13:02:10 +10:00
|
|
|
}
|