fix(interaction): restore retail loot placement and world-drop projection
This commit is contained in:
parent
4d095be286
commit
921712f412
24 changed files with 1581 additions and 34 deletions
11
src/AcDream.App/UI/WorldDropDispatch.cs
Normal file
11
src/AcDream.App/UI/WorldDropDispatch.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
using AcDream.Core.Items;
|
||||
|
||||
namespace AcDream.App.UI;
|
||||
|
||||
/// <summary>
|
||||
/// One successfully dispatched inventory-to-world request together with the
|
||||
/// quantity selected by the retained UI.
|
||||
/// </summary>
|
||||
public readonly record struct WorldDropDispatch(
|
||||
PendingInventoryRequest Request,
|
||||
uint Amount);
|
||||
Loading…
Add table
Add a link
Reference in a new issue