csharp
public readonly record struct ContainerChangeWhat one step of a transaction did.
Fields and properties (3)
public SlotRef FromWhere it came from, or None for something created.
public SlotRef ToWhere it went, or None for something destroyed.
public ItemInstance ItemWhat moved, at the count that moved.
Methods (1)
public ContainerChange(SlotRef From, SlotRef To, ItemInstance Item)What one step of a transaction did.
Used by (4)
- AtomicityTestsVixen.Gameplay.Inventory.Tests
- ConservationOracleTestsVixen.Gameplay.Inventory.Tests
- ContainerResultVixen.Gameplay.Inventory
- ContainerSetVixen.Gameplay.Inventory