mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-02-14 19:29:53 +01:00
* Move job info changing methods for id cards to shared
* Revert "Move job info changing methods for id cards to shared"
This reverts commit 95cbc46b2d.
* Reapply changes
6 lines
130 B
C#
6 lines
130 B
C#
using Content.Shared.Access.Systems;
|
|
|
|
namespace Content.Client.Access;
|
|
|
|
public sealed class IdCardSystem : SharedIdCardSystem;
|