Delta-v/Content.Client/_DV/Access/Systems/SubdermalIdCardSystem.cs

9 lines
243 B
C#

using Content.Shared._DV.Access.Systems;
namespace Content.Client._DV.Access.Systems;
/// <summary>
/// Client side handling of the subdermal ID system.
/// </summary>
public sealed class SubdermalIdCardSystem : SharedSubdermalIdCardSystem;