Delta-v/Content.Client/DeviceLinking/Systems/RandomGateSystem.cs

6 lines
157 B
C#

using Content.Shared.DeviceLinking.Systems;
namespace Content.Client.DeviceLinking.Systems;
public sealed class RandomGateSystem : SharedRandomGateSystem;