using Robust.Shared.GameStates; namespace Content.Server.Access.Components; [RegisterComponent] public sealed partial class IdBindComponent : Component { /// /// If true, also tries to get the PDA and set the owner to the entity /// [DataField] public bool BindPDAOwner = true; }