Files
wwdpublic/Content.Client/StationRecords/StationRecordsSystem.cs
2023-09-27 21:59:12 +02:00

8 lines
154 B
C#

using Content.Shared.StationRecords;
namespace Content.Client.StationRecords;
public sealed class StationRecordsSystem : SharedStationRecordsSystem
{
}