11 lines
335 B
C#
11 lines
335 B
C#
// SPDX-FileCopyrightText: 2025 GoobBot <uristmchands@proton.me>
|
|
// SPDX-FileCopyrightText: 2025 deltanedas <@deltanedas:kde.org>
|
|
//
|
|
// SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
using Content.Shared._Goobstation.Factory;
|
|
|
|
namespace Content.Client._Goobstation.Factory;
|
|
|
|
public sealed class InteractorSystem : SharedInteractorSystem;
|