On this pageAddOnChoiceListUI.CancelDeclaration#public void Cancel()CopyDescription#Cancel selection.Usage#Exampleusing NullSave.GDTK.Stats;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(AddOnChoiceListUI target) { target.Cancel(); } }Copy