On this pageCountSelectWindowUI.ConfirmCountDeclaration#public void ConfirmCount()CopyDescription#Close window and confirm selected countUsage#using NullSave.GDTK.Inventory;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(CountSelectWindowUI target) { target.ConfirmCount(); } }Copy