]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Move id and health examinable to shared (#27867)
authorDrSmugleaf <10968691+DrSmugleaf@users.noreply.github.com>
Fri, 10 May 2024 01:26:39 +0000 (18:26 -0700)
committerGitHub <noreply@github.com>
Fri, 10 May 2024 01:26:39 +0000 (11:26 +1000)
commit0e3a2b3ba1d7bd0cd192e162a1d15a69dc8feaa9
tree868f2ad00f465edbaf3f9e48466afa2aecb74c84
parent4e3332636a1b6faac12212b983efb34d2b4cd460
Move id and health examinable to shared (#27867)

* Move id and health examinable to shared

* Make GetInfo public
Content.Server/Access/Components/IdExaminableComponent.cs [deleted file]
Content.Server/Body/Systems/BloodstreamSystem.cs
Content.Shared/Access/Components/IdCardComponent.cs
Content.Shared/Access/Components/IdExaminableComponent.cs [new file with mode: 0644]
Content.Shared/Access/Systems/IdExaminableSystem.cs [moved from Content.Server/Access/Systems/IdExaminableSystem.cs with 85% similarity]
Content.Shared/Access/Systems/SharedIdCardSystem.cs
Content.Shared/HealthExaminable/HealthExaminableComponent.cs [moved from Content.Server/HealthExaminable/HealthExaminableComponent.cs with 64% similarity]
Content.Shared/HealthExaminable/HealthExaminableSystem.cs [moved from Content.Server/HealthExaminable/HealthExaminableSystem.cs with 95% similarity]