]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Move ActorComponent to shared (#21293)
authorLeon Friedrich <60421075+ElectroJr@users.noreply.github.com>
Sat, 28 Oct 2023 17:21:02 +0000 (04:21 +1100)
committerGitHub <noreply@github.com>
Sat, 28 Oct 2023 17:21:02 +0000 (04:21 +1100)
commitf308adffafe76529394af8c0952170e801db4d38
treecf91ff279636a852a8803a9309538f02ceaa977f
parent1b86ecf9bece8a0145d86f49c32fc9b483990455
Move ActorComponent to shared (#21293)
63 files changed:
Content.IntegrationTests/Tests/CargoTest.cs
Content.Server/Access/Systems/AccessOverriderSystem.cs
Content.Server/Administration/Commands/SetOutfitCommand.cs
Content.Server/Administration/Logs/Converters/EntityUidConverter.cs
Content.Server/Administration/Systems/AdminVerbSystem.Antags.cs
Content.Server/Administration/Systems/AdminVerbSystem.Tools.cs
Content.Server/Anomaly/AnomalySystem.Scanner.cs
Content.Server/Atmos/EntitySystems/GasAnalyzerSystem.cs
Content.Server/Atmos/Monitor/Systems/AirAlarmSystem.cs
Content.Server/Atmos/Piping/Binary/EntitySystems/GasPressurePumpSystem.cs
Content.Server/Atmos/Piping/Binary/EntitySystems/GasVolumePumpSystem.cs
Content.Server/Atmos/Piping/Trinary/EntitySystems/GasFilterSystem.cs
Content.Server/Atmos/Piping/Trinary/EntitySystems/GasMixerSystem.cs
Content.Server/Atmos/Piping/Unary/EntitySystems/GasCanisterSystem.cs
Content.Server/Chemistry/EntitySystems/ChemistrySystem.Injector.cs
Content.Server/Chemistry/EntitySystems/SolutionTransferSystem.cs
Content.Server/Clothing/Systems/ChameleonClothingSystem.cs
Content.Server/Configurable/ConfigurationSystem.cs
Content.Server/Crayon/CrayonSystem.cs
Content.Server/Damage/ForceSay/DamageForceSaySystem.cs
Content.Server/DeviceNetwork/Systems/NetworkConfiguratorSystem.cs
Content.Server/Disposal/Mailing/MailingUnitSystem.cs
Content.Server/Disposal/Unit/EntitySystems/DisposalUnitSystem.cs
Content.Server/Doors/Systems/AirlockSystem.cs
Content.Server/Examine/ExamineSystem.cs
Content.Server/Forensics/Systems/ForensicScannerSystem.cs
Content.Server/GameTicking/Rules/KillCalloutRuleSystem.cs
Content.Server/GameTicking/Rules/RespawnRuleSystem.cs
Content.Server/Ghost/GhostSystem.cs
Content.Server/GhostKick/GhostKickUserOnTriggerSystem.cs
Content.Server/Holiday/Christmas/LimitedItemGiverSystem.cs
Content.Server/Humanoid/Systems/HumanoidAppearanceSystem.Modifier.cs
Content.Server/Interaction/InteractionSystem.cs
Content.Server/KillTracking/KillTrackingSystem.cs
Content.Server/MassMedia/Systems/NewsSystem.cs
Content.Server/Mech/Systems/MechSystem.cs
Content.Server/Medical/HealthAnalyzerSystem.cs
Content.Server/Mind/Commands/RenameCommand.cs
Content.Server/Mobs/CritMobActionsSystem.cs
Content.Server/Morgue/MorgueSystem.cs
Content.Server/NPC/Systems/NPCSystem.cs
Content.Server/Nutrition/EntitySystems/AnimalHusbandrySystem.cs
Content.Server/PAI/PAISystem.cs
Content.Server/ParticleAccelerator/Wires/ParticleAcceleratorLimiterWireAction.cs
Content.Server/ParticleAccelerator/Wires/ParticleAcceleratorStrengthWireAction.cs
Content.Server/ParticleAccelerator/Wires/ParticleAcceleratorToggleWireAction.cs
Content.Server/Physics/Controllers/RandomWalkController.cs
Content.Server/Pinpointer/StationMapSystem.cs
Content.Server/Points/PointSystem.cs
Content.Server/Radio/EntitySystems/HeadsetSystem.cs
Content.Server/Radio/EntitySystems/RadioSystem.cs
Content.Server/Silicons/Laws/SiliconLawSystem.cs
Content.Server/Speech/EntitySystems/MeleeSpeechSystem.cs
Content.Server/SprayPainter/SprayPainterSystem.cs
Content.Server/Store/Systems/StoreSystem.Ui.cs
Content.Server/Strip/StrippableSystem.cs
Content.Server/SurveillanceCamera/Systems/SurveillanceCameraMicrophoneSystem.cs
Content.Server/SurveillanceCamera/Systems/SurveillanceCameraMonitorSystem.cs
Content.Server/SurveillanceCamera/Systems/SurveillanceCameraRouterSystem.cs
Content.Server/SurveillanceCamera/Systems/SurveillanceCameraSystem.cs
Content.Server/Tabletop/TabletopSystem.cs
Content.Server/UserInterface/IntrinsicUISystem.cs
Content.Server/VoiceMask/VoiceMaskSystem.cs