On this pageAddItemExtendedPlugin.selectCountpublic Int32 selectCount { get; }CopyDescription#Get the selected countUsage#Exampleusing NullSave.GDTK.Statsusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(AddItemExtendedPlugin target) { System.Int32 result = target.selectCount; } }Copy