]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Move DnaComponent to shared (#35012)
authorZachary Higgs <compgeek223@gmail.com>
Mon, 10 Feb 2025 03:36:01 +0000 (23:36 -0400)
committerGitHub <noreply@github.com>
Mon, 10 Feb 2025 03:36:01 +0000 (04:36 +0100)
commit1c8e7443ae7f3a14c32f78709e75e04d9d304eed
tree3d3aee7cbe24237335dc5da990d9d050857f63c0
parent8b46538e3f98498700928fd08ac6227d5c2aba9a
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
Content.Server/Administration/Systems/AdminSystem.cs
Content.Server/Body/Systems/BloodstreamSystem.cs
Content.Server/Forensics/Components/DnaComponent.cs [deleted file]
Content.Server/Forensics/Systems/ForensicsSystem.cs
Content.Server/Implants/SubdermalImplantSystem.cs
Content.Server/StationRecords/Systems/StationRecordsSystem.cs
Content.Shared/Forensics/Components/DnaComponent.cs [new file with mode: 0644]