Move job info changing methods for id cards to shared (#27337)

* 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
This commit is contained in:
DrSmugleaf
2024-04-26 01:00:16 -07:00
committed by GitHub
parent d745a788ea
commit c122fdf183
3 changed files with 159 additions and 151 deletions

View File

@@ -2,6 +2,4 @@
namespace Content.Client.Access;
public sealed class IdCardSystem : SharedIdCardSystem
{
}
public sealed class IdCardSystem : SharedIdCardSystem;