Vixen
c7401864
csharp
public readonly record struct ContainerChange

What one step of a transaction did.

Read the guide page for this →

Fields and properties (3)

  • public SlotRef From

    Where it came from, or None for something created.

  • public SlotRef To

    Where it went, or None for something destroyed.

  • public ItemInstance Item

    What moved, at the count that moved.

Methods (1)

Used by (4)

  • AtomicityTestsVixen.Gameplay.Inventory.Tests
  • ConservationOracleTestsVixen.Gameplay.Inventory.Tests
  • ContainerResultVixen.Gameplay.Inventory
  • ContainerSetVixen.Gameplay.Inventory