Chronos Plugins 5.4.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
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.