mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 05:27:38 +03:00
minor refactor and fix Co-authored-by: deltanedas <@deltanedas:kde.org> (cherry picked from commit b453b9414810ed927228eb563c6b1c491532c5e3)
6 lines
171 B
C#
6 lines
171 B
C#
using Content.Shared.CriminalRecords.Systems;
|
|
|
|
namespace Content.Client.CriminalRecords.Systems;
|
|
|
|
public sealed class CriminalRecordsSystem : SharedCriminalRecordsSystem;
|