Chronos Plugins 5.11.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.
1using System.Runtime.InteropServices;
2
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}
Foundation of a consumable management system. Not yet really utilized in Chronos itself,...
TManager Manager
You will get the manager via this property after your control has been created.
Base interface for the Consumables Manager Toolbox.