* Move job info changing methods for id cards to shared * Revert "Move job info changing methods for id cards to shared" This reverts commit 95cbc46b2d1934fa7bf5c72d7d3de9f9168992a1. * 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;
|