StatusVariable
Abstract Class
Last updated
Abstract Class
Last updated
The StatusVariable is an abstract class inherited by the StatusFloat, StatusInt, and StatusBool.
Instance
The reference to the IStatusManager that effects this variable. Note that this field is not public or visible in the inspector but NEEDS to be assigned through SetManager() on the Awake() or Start() class of the containing method.
Assigns a IStatusManager instance to read StatusEffect data from.