MerchantItemTooltipClient.parameters
public Object[] parameters { get; set; }Description#
Gets/Sets any parameters for the tooltip
Usage#
Example
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(MerchantItemTooltipClient target) { System.Object[] result = target.parameters; } }