Files
tbd-station-14/Content.Server/Actions/ActionsSystem.cs
2023-04-26 14:04:44 +10:00

15 lines
327 B
C#

using Content.Server.Chat;
using Content.Server.Chat.Systems;
using Content.Shared.Actions;
using Content.Shared.Actions.ActionTypes;
using JetBrains.Annotations;
using Robust.Server.GameObjects;
namespace Content.Server.Actions
{
[UsedImplicitly]
public sealed class ActionsSystem : SharedActionsSystem
{
}
}