|
|
|
@ -18,7 +18,7 @@ public partial class InventoryInstance : Node, ISaveable
|
|
|
|
[Signal]
|
|
|
|
[Signal]
|
|
|
|
public delegate void InventoryContentsChangedEventHandler();
|
|
|
|
public delegate void InventoryContentsChangedEventHandler();
|
|
|
|
|
|
|
|
|
|
|
|
private const string ID = "instace";
|
|
|
|
private const string ID = "inventoryInstance";
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// The total amount of Inventoryslots in the inventory (empty and occupied).
|
|
|
|
/// The total amount of Inventoryslots in the inventory (empty and occupied).
|
|
|
|
|