Class AccessGroupPrototype
Contains a list of access tags that are part of this group. Used by AccessComponent to avoid boilerplate.
Inheritance
System.Object
AccessGroupPrototype
Implements
Robust.Shared.Prototypes.IPrototype
Namespace: Content.Shared.Access
Assembly: Content.Shared.dll
Syntax
public sealed class AccessGroupPrototype : object, IPrototype
Fields
| Improve this Doc View SourceTags
Declaration
public HashSet<string> Tags
Field Value
Type | Description |
---|---|
HashSet<System.String> |
Properties
| Improve this Doc View SourceID
Declaration
public string ID { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Robust.Shared.Prototypes.IPrototype