Files

8 lines
154 B
C#
Raw Permalink Normal View History

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