Vixen
caa30e12
csharp
public sealed class ItemsModule

The items library as a module a game composes.

Read the guide page for this →

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 Name

    What it is called, in a diagnostic and in the composition report.

Methods (1)

Used by (6)

  • MmoModulesMmo.Shared
  • InventoryModuleVixen.Gameplay.Inventory
  • InventoryModuleTestsVixen.Gameplay.Inventory.Tests
  • ItemsModuleTestsVixen.Gameplay.Items.Tests
  • LootModuleVixen.Gameplay.Loot
  • LootModuleTestsVixen.Gameplay.Loot.Tests