Skip to main content

InventoryDatabase.actionSequences

public List<ActionSequenceList> actionSequences { get; }

Description#

Get a list of all Action Sequences

Usage#

Example
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
    public void ExampleMethod(InventoryDatabase target)    {        System.Collections.Generic.List<ActionSequenceList> result = target.actionSequences;    }   }