Chronos Plugins
5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
IConsumables.cs
Go to the documentation of this file.
1
using
System.Collections.ObjectModel;
2
3
namespace
AxelSemrau.Chronos.Plugin.Consumables
4
{
11
public
interface
IConsumables
12
{
16
ReadOnlyObservableCollection<IManageConsumables>
Managers
{
get
; }
23
ReadOnlyObservableCollection<IConsumablePool>
Pools
{
get
; }
24
}
25
}
AxelSemrau.Chronos.Plugin.Consumables
Definition
IConsumableManagerToolbox.cs:4
AxelSemrau.Chronos.Plugin.Consumables.IConsumables
For centralized access to all consumables.
Definition
IConsumables.cs:12
AxelSemrau.Chronos.Plugin.Consumables.IConsumables.Pools
ReadOnlyObservableCollection< IConsumablePool > Pools
List of all consumable pools available.
Definition
IConsumables.cs:23
AxelSemrau.Chronos.Plugin.Consumables.IConsumables.Managers
ReadOnlyObservableCollection< IManageConsumables > Managers
List of all consumables managers registered in Chronos, in case you want to find a specific one for i...
Definition
IConsumables.cs:16
Plugins
ChronosPluginInterfaces
Consumables
IConsumables.cs
Generated on Thu Nov 7 2024 18:04:59 for Chronos Plugins by
1.12.0