├── .gitignore ├── Assets └── Merlin │ └── Inventory │ └── InventoryDescriptor.cs ├── LICENSE └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MerlinVR/VRC-Inventory/HEAD/.gitignore -------------------------------------------------------------------------------- /Assets/Merlin/Inventory/InventoryDescriptor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MerlinVR/VRC-Inventory/HEAD/Assets/Merlin/Inventory/InventoryDescriptor.cs -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MerlinVR/VRC-Inventory/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MerlinVR/VRC-Inventory/HEAD/README.md --------------------------------------------------------------------------------