AddItemExtendedPlugin.hasUnused
public bool hasUnused { get; }Description#
Get if this add-on has already been used
Usage#
Example
using NullSave.GDTK.Statsusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(AddItemExtendedPlugin target) { bool result = target.hasUnused; } }