Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Pages
IManageConsumables.cs
Go to the documentation of this file.
1using System.Collections.ObjectModel;
2using System.Runtime.InteropServices;
3
5{
16 [Guid("52B35F15-A876-4FFB-A031-CAF890419C76")]
17 public interface IManageConsumables
18 {
25 ReadOnlyObservableCollection<IConsumablePool> Pools { get; }
34 }
35}
ReadOnlyObservableCollection< IConsumablePool > Pools
List of all consumable pools you manage.
IManageConsumables Clone()
Create a copy of yourself for validation purposes.