1using System.Collections.ObjectModel;
2using System.Runtime.InteropServices;
16 [Guid(
"52B35F15-A876-4FFB-A031-CAF890419C76")]
25 ReadOnlyObservableCollection<IConsumablePool>
Pools {
get; }
Keep track of consumables levels.
ReadOnlyObservableCollection< IConsumablePool > Pools
List of all consumable pools you manage.
IManageConsumables Clone()
Create a copy of yourself for validation purposes.