MerchantItemTooltipDisplay.BuyFromMerchant
Declaration#
public void BuyFromMerchant()Description#
Buy item from merchant
Usage#
using NullSave.GDTK.Inventory;using UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(MerchantItemTooltipDisplay target) { target.BuyFromMerchant(); }
}