|
Dungeon Crawler
Library for turn based RPG
|
Public Member Functions | |
| Inventory () | |
| void | AddItem (Item item, int amount=1) |
| Item | Item (string name) |
| void | RemoveItem (Item item, int amount=1) |
Static Public Member Functions | |
| static Inventory | operator+ (Inventory thisInventory, Inventory thatInventory) |
Public Attributes | |
| List< Item > | Items |
| List< Weapon > | Weapons |
| List< Armour > | Armours |
| Dictionary< string, int > | Amounts |
|
inline |
|
inline |
|
inline |
| List<Item> Items |
| List<Weapon> Weapons |
| List<Armour> Armours |
| Dictionary<string, int> Amounts |