Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Keep track of consumables levels. More...
Public Member Functions | |
IManageConsumables | Clone () |
Create a copy of yourself for validation purposes. | |
Properties | |
ReadOnlyObservableCollection< IConsumablePool > | Pools [get] |
List of all consumable pools you manage. | |
Keep track of consumables levels.
Implement this interface with your plugin object if you
Definition at line 17 of file IManageConsumables.cs.
IManageConsumables AxelSemrau.Chronos.Plugin.Consumables.IManageConsumables.Clone | ( | ) |
Create a copy of yourself for validation purposes.
Implemented in MockPlugin.Consumables.CoffeeConsumableManager.
|
get |
List of all consumable pools you manage.
A consumable pool consists of one or more locations where a named consumable can be found.
Implemented in MockPlugin.Consumables.CoffeeConsumableManager.
Definition at line 25 of file IManageConsumables.cs.