Interface IInventoryComponent
This component allows an entity to carry inventory.
Inherited Members
System.IDisposable.Dispose()
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: AGS.API
Assembly: AGS.API.dll
Syntax
public interface IInventoryComponent : IComponent, IDisposable, INotifyPropertyChanged
Properties
| Improve this Doc View SourceInventory
Gets or sets the inventory which is held by the entity.
Declaration
IInventory Inventory { get; set; }
Property Value
Type | Description |
---|---|
IInventory | The inventory. |