Skip to content
Version 2.11.0
↓ Get the launcher

IInventory.InventoryChanged event

Fires once when the snapshot or equipped set diffs the previous tick. Polling cadence is 1Hz so the event fires at most once per second.

public event Action? InventoryChanged;