fix #234: port retail appraisal floaty and inscriptions
This commit is contained in:
parent
643cdfe66e
commit
f1a7912160
23 changed files with 1310 additions and 106 deletions
|
|
@ -622,6 +622,13 @@ internal sealed class RetailInteractionRetainedUiCompositionFactory
|
|||
type,
|
||||
context,
|
||||
accepted)),
|
||||
Appraisal: new AppraisalRuntimeBindings(
|
||||
characterSheet.CharacterName,
|
||||
(item, inscription) =>
|
||||
late.Session.CurrentSession?.SendSetInscription(
|
||||
item,
|
||||
inscription),
|
||||
text => d.Chat.OnSystemMessage(text, 0x1Au)),
|
||||
StackSplitQuantity: d.StackSplitQuantity,
|
||||
Plugins: d.UiRegistry,
|
||||
Persistence: persistence,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue