Пример #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="UserInventory"/> class.
 /// </summary>
 /// <param name="user">User that the inventory is for</param>
 public UserInventory(Character user) : base(user)
 {
     _inventoryUpdater = new UserInventoryUpdater(this);
 }
Пример #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="UserInventory"/> class.
 /// </summary>
 /// <param name="user">User that the inventory is for</param>
 public UserInventory(Character user) : base(user)
 {
     _inventoryUpdater = new UserInventoryUpdater(this);
 }