mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-18 14:07:53 +03:00
* sound swapping * initial vehicle support * horn and siren * add text and tags * add spawners * add atv to cargo catalog * revert sound swap * I forgor to add JanicartKeys to tags * fill ATV Crate * change acceleration and friction values * remove the hack * Add Wheelchairs * Add Wheelchair Bound Trait * fixes * surgery integration * cleanup * move to goob * fix * final _goobstation / # goobstation fixes * fix laying down bug * Mapping * Final fixes * Add wheelchairs to medivend and medlathe * fix * Fix infinite money glitch --------- Co-authored-by: Scruq445 <storchdamien@gmail.com> (cherry picked from commit 561d04cb0362ab86b048609698cf716fee67d3bf)
8 lines
128 B
C#
8 lines
128 B
C#
using Content.Shared.Vehicles;
|
|
|
|
namespace Content.Server.Vehicles;
|
|
|
|
public sealed class VehicleSystem : SharedVehicleSystem
|
|
{
|
|
}
|