Class ToggleHarvestedExpSourceEntityGameAction
- Assembly
- com.electricdrill.astra-rpg-framework.Runtime.dll
A game action used to toggle the harvested state of an ExpSource component. Sets the Harvested flag based on the enable setting, controlling whether the experience can be collected. Provided as a ScriptableObject for easy assignment in the editor. Create instances via Assets -> Create -> Astra RPG Framework / Game Actions / Context: Entity / Toggle Harvest Exp Source.
[CreateAssetMenu(fileName = "Toggle Harvested Exp Source Game Action", menuName = "Astra RPG Framework/Game Actions/Context: Entity/Toggle Harvested Exp Source")]
public class ToggleHarvestedExpSourceEntityGameAction : ToggleHarvestedExpSourceGameAction<IHasEntity>, IExecutable<IHasEntity>, ITaggable
- Inheritance
-
objectToggleHarvestedExpSourceEntityGameAction
- Implements
- Inherited Members