Chronos Plugins
5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
IConsumableManagerToolbox.cs
Go to the documentation of this file.
1
using
System.Runtime.InteropServices;
2
3
namespace
AxelSemrau.Chronos.Plugin.Consumables
4
{
13
[Guid(
"B1F71E0B-C327-49CF-8E69-9EEAB5395869"
)]
14
public
interface
IConsumableManagerToolbox
<in TManager> :
IHaveNavBarInformation
where TManager:
IManageConsumables
15
{
19
TManager
Manager
{
set
; }
20
}
21
}
AxelSemrau.Chronos.Plugin.Consumables
Definition
IConsumableManagerToolbox.cs:4
AxelSemrau.Chronos.Plugin.Consumables.IConsumableManagerToolbox
Provides some GUI for a consumable manager.
Definition
IConsumableManagerToolbox.cs:15
AxelSemrau.Chronos.Plugin.Consumables.IConsumableManagerToolbox.Manager
TManager Manager
You will get the manager via this property after your control has been created.
Definition
IConsumableManagerToolbox.cs:19
AxelSemrau.Chronos.Plugin.Consumables.IHaveNavBarInformation
Base interface for the Consumables Manager Toolbox.
Definition
IHaveNavBarInformation.cs:12
AxelSemrau.Chronos.Plugin.Consumables.IManageConsumables
Keep track of consumables levels.
Definition
IManageConsumables.cs:18
Plugins
ChronosPluginInterfaces
Consumables
IConsumableManagerToolbox.cs
Generated on Thu Nov 7 2024 18:04:59 for Chronos Plugins by
1.12.0