Merchant.statIds
public IReadOnlyList<string> statIds { get; }
#
DescriptionList of all Stat Ids
#
UsageExample
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(Merchant target) { System.Collections.Generic.IReadOnlyList<string> result = target.statIds; } }