Move ActorComponent to shared (#21293)

This commit is contained in:
Leon Friedrich
2023-10-29 04:21:02 +11:00
committed by GitHub
parent 1b86ecf9be
commit f308adffaf
63 changed files with 64 additions and 53 deletions

View File

@@ -1,15 +1,14 @@
using Content.Server.Chat.Managers;
using Content.Server.GameTicking.Rules.Components;
using Content.Server.Players;
using Content.Server.Station.Systems;
using Content.Shared.Chat;
using Content.Shared.Interaction.Events;
using Content.Shared.Mind;
using Content.Shared.Mobs;
using Content.Shared.Players;
using Robust.Server.GameObjects;
using Robust.Server.Player;
using Robust.Shared.Network;
using Robust.Shared.Player;
using Robust.Shared.Timing;
using Robust.Shared.Utility;