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