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 IHasStatSetProperties
StatSet
Gets the stat set that defines the available stats.
StatSet StatSet { get; }