Interface IHasStatSet
- Namespace
- ElectricDrill.AstraRpgFramework.Stats
- Assembly
- com.electricdrill.astra-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; }