(d9829ac) v0.9.4.0
This commit is contained in:
@@ -14,8 +14,8 @@ namespace Barotrauma
|
||||
get { return container; }
|
||||
}
|
||||
|
||||
public ItemInventory(Item owner, ItemContainer container, int capacity, Vector2? centerPos = null, int slotsPerRow = 5)
|
||||
: base(owner, capacity, centerPos, slotsPerRow)
|
||||
public ItemInventory(Item owner, ItemContainer container, int capacity, int slotsPerRow = 5)
|
||||
: base(owner, capacity, slotsPerRow)
|
||||
{
|
||||
this.container = container;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user