mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-15 03:32:07 +01:00
13 lines
331 B
C#
13 lines
331 B
C#
using Content.Client.Wires.Visualizers;
|
|
using Content.Shared.Doors.Components;
|
|
using Content.Shared.Doors.Systems;
|
|
using Robust.Client.Animations;
|
|
using Robust.Client.GameObjects;
|
|
|
|
namespace Content.Client.Doors;
|
|
|
|
public sealed class DoorBoltSystem : SharedDoorBoltSystem
|
|
{
|
|
// Instantiate sub-class on client for prediction.
|
|
}
|