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.
|
|
}
|