1using System.Collections.ObjectModel;
2using System.ComponentModel;
3using System.Runtime.InteropServices;
10 [Guid(
"E85E8637-31C3-4EB2-8998-F3152EE1D17C")]
24 ReadOnlyObservableCollection<IConsumablePuddle>
Puddles {
get; }
Information about the available consumables with a common name (like "Water" or "Liners")
ReadOnlyObservableCollection< IConsumablePuddle > Puddles
List of all different "storages" for the consumable. Those have some "location" and can contain a def...
IManageConsumables ParentManager
Reference to the manager that is responsible for this consumable pool.
string ConsumableName
User readable name of the managed consumable.
Keep track of consumables levels.