On this pageAddOnPlugin.hasUnusedpublic bool hasUnused { get; }CopyDescription#Get if this add-on has already been usedUsage#Exampleusing NullSave.GDTK.Stats;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(AddOnPlugin plugin) { bool result = plugin.hasUnused; } }Copy