Merchant.actionSequence
public ActionSequence actionSequence { get; }
#
DescriptionGets the Action Sequence for this object
#
UsageExample
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(Merchant target) { ActionSequence result = target.actionSequence; } }