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