Move DnaComponent to shared (#35012)

* Move DnaComponent to shared

- Add Using statements to AdminSystem and StationRecordsSystem to point
to Content.Shared.Forensics

* Proper namespacing

* Revert an un-intended change

* Add Networking to DNA Component

* CR - Remove ("dna")

* CR - add back ("dna") tag
This commit is contained in:
Zachary Higgs
2025-02-09 23:36:01 -04:00
committed by GitHub
parent 8b46538e3f
commit 1c8e7443ae
7 changed files with 18 additions and 11 deletions

View File

@@ -13,6 +13,7 @@ using Content.Shared.Damage.Prototypes;
using Content.Shared.Drunk;
using Content.Shared.FixedPoint;
using Content.Shared.Forensics;
using Content.Shared.Forensics.Components;
using Content.Shared.HealthExaminable;
using Content.Shared.Mobs.Systems;
using Content.Shared.Popups;