Table of Contents

Interface IHasAttributeSet

Namespace
ElectricDrill.AstraRpgFramework.Attributes
Assembly
com.electricdrill.astra-rpg-framework.Runtime.dll

Interface for objects that expose an AttributeSet definition.

public interface IHasAttributeSet

Properties

AttributeSet

Gets the attribute set that defines the available attributes.

AttributeSet AttributeSet { get; }

Property Value

AttributeSet