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