Table of Contents

Interface IHasStatSet

Namespace
ElectricDrill.SoapRpgFramework.Stats
Assembly
com.electricdrill.soap-rpg-framework.Runtime.dll

Interface for objects that provide a source of stat sets. Defines the contract for accessing a StatSet that contains stat definitions.

public interface IHasStatSet

Properties

StatSet

Gets the stat set that defines the available stats.

StatSet StatSet { get; }

Property Value

StatSet