Chronos Plugins 5.4.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
IConsumer.cs
Go to the documentation of this file.
1using System.Runtime.InteropServices;
2
4{
8 [Guid("1256ADDA-D25B-4565-818B-41675FFA3AD2")]
9 public interface IConsumer : ITask
10 {
20 }
21}
Helps you manipulate the desired consumable, or works as a dummy.
For tasks that intend to modify consumable levels.
Definition: IConsumer.cs:10
IConsumableManipulator Consumables
You will get an instance of a helper class that helps your task to find the correct consumable puddle...
Definition: IConsumer.cs:19
To be implemented by the "task" part of a Chronos plugin. Public properties of the implementing type ...