Humans can now have their ID cards examined (#9415)

Co-authored-by: ike709 <ike709@github.com>
This commit is contained in:
ike709
2022-07-04 19:20:44 -05:00
committed by GitHub
parent 478a8848c3
commit 42b053159c
4 changed files with 89 additions and 0 deletions

View File

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