On this pageMerchantItemTooltipDisplay.SellToMerchantDeclaration#public void SellToMerchant()CopyDescription#Sell item to merchantUsage#using NullSave.GDTK.Inventory;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(MerchantItemTooltipDisplay target) { target.SellToMerchant(); } }Copy