Humans can now have their ID cards examined (#9415)
Co-authored-by: ike709 <ike709@github.com>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using Content.Server.Access.Systems;
|
||||
|
||||
namespace Content.Server.Access.Components;
|
||||
|
||||
[RegisterComponent, Access(typeof(IdExaminableSystem))]
|
||||
public sealed class IdExaminableComponent : Component
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user