Files
tbd-station-14/Content.Server/Vehicle/VehicleSystem.cs

8 lines
126 B
C#

using Content.Shared.Vehicle;
namespace Content.Server.Vehicle;
public sealed class VehicleSystem : SharedVehicleSystem
{
}