Skip to main content

InventoryRPGTrappedAction.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(InventoryRPGTrappedAction target)    {        System.Collections.Generic.List<RPGAction> result = target.preventActions;    }   }