Files
OldThink/Content.Client/StationRecords/StationRecordsSystem.cs

8 lines
154 B
C#
Raw Normal View History

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