MerchantWindowUI.SellSelectedToPlayer
Declaration#
public void SellSelectedToPlayer()Description#
Sell selected item to the player
Usage#
using NullSave.GDTK.Inventory;using UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(MerchantWindowUI target) { target.SellSelectedToPlayer(); }
}