StationRecordsSystem.cs 154 B

1234567
  1. using Content.Shared.StationRecords;
  2. namespace Content.Client.StationRecords;
  3. public sealed class StationRecordsSystem : SharedStationRecordsSystem
  4. {
  5. }