Files
tbd-station-14/Content.Client/StationRecords/StationRecordsSystem.cs
2023-09-11 09:42:41 +10:00

8 lines
154 B
C#

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