Table of Contents

Interface IHasAttributeSet

Namespace
ElectricDrill.SoapRpgFramework.Attributes
Assembly
com.electricdrill.soap-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