On this pageAddFundsPlugin.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(AddFundsPlugin target) { bool result = target.hasUnused; } }Copy