InventoryDatabaseV2.actionSequences
public static List<ActionSequenceList> actionSequences { get; }
#
DescriptionGets a list of all Action Sequences in the database
#
UsageExample
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(InventoryDatabaseV2 target) { System.Collections.Generic.List<ActionSequenceList> result = target.actionSequences; } }