using AcDream.Core.Items; namespace AcDream.App.UI; /// /// One successfully dispatched inventory-to-world request together with the /// quantity selected by the retained UI. /// public readonly record struct WorldDropDispatch( PendingInventoryRequest Request, uint Amount);