Skip to main content

InventoryRPGUnlockAction.preventActions

public List<RPGAction> preventActions { get; }

Description#

List of other action to prevent

Usage#

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