fish-station/Content.Server/Access/Components/IdExaminableComponent.cs
ike709 42b053159c
Humans can now have their ID cards examined (#9415)
Co-authored-by: ike709 <ike709@github.com>
2022-07-04 17:20:44 -07:00

8 lines
200 B
C#

using Content.Server.Access.Systems;
namespace Content.Server.Access.Components;
[RegisterComponent, Access(typeof(IdExaminableSystem))]
public sealed class IdExaminableComponent : Component
{
}