On this pageAddOnChoiceListUI.SubmitDeclaration#public void Submit()CopyDescription#Finalize choices, invoke callback, and destroy object.Usage#Exampleusing NullSave.GDTK.Stats;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(AddOnChoiceListUI target) { target.Submit(); } }Copy