Class ExpSource
- Namespace
- ElectricDrill.AstraRpgFramework.Experience
- Assembly
- com.electricdrill.astra-rpg-framework.Runtime.dll
A MonoBehaviour component that provides a source of experience points. Implements IExpSource.
public class ExpSource : MonoBehaviour, IExpSource
- Inheritance
-
objectExpSource
- Implements
Properties
Exp
Gets the experience points from this source.
public long Exp { get; }
Property Value
- long
Harvested
Gets or sets whether this experience source has been harvested.
public bool Harvested { get; set; }
Property Value
- bool