csharp
public sealed class ItemsModuleThe items library as a module a game composes.
Remarks
Four definition types and no systems: an item does nothing on its own, and everything that happens to one happens inside a container, which is Vixen.Gameplay.Inventory's.
Fields and properties (1)
public string NameWhat it is called, in a diagnostic and in the composition report.
Methods (1)
public void Configure(GameplayModuleBuilder builder)Declares what it brings.
Used by (6)
- MmoModulesMmo.Shared
- InventoryModuleVixen.Gameplay.Inventory
- InventoryModuleTestsVixen.Gameplay.Inventory.Tests
- ItemsModuleTestsVixen.Gameplay.Items.Tests
- LootModuleVixen.Gameplay.Loot
- LootModuleTestsVixen.Gameplay.Loot.Tests