Show / Hide Table of Contents

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 Source

Tags

Declaration
public HashSet<string> Tags
Field Value
Type Description
HashSet<System.String>

Properties

| Improve this Doc View Source

ID

Declaration
public string ID { get; }
Property Value
Type Description
System.String

Implements

Robust.Shared.Prototypes.IPrototype
  • Improve this Doc
  • View Source
☀
☾
In This Article
  • Fields
    • Tags
  • Properties
    • ID
  • Implements
Back to top
Generated by DocFX
☀
☾