On this pageAddOnPlugin.selectCountpublic Int32 selectCount { get; }CopyDescription#Get the selected countUsage#Exampleusing NullSave.GDTK.Stats;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(AddOnPlugin plugin) { int result = plugin.selectCount; } }Copy