On this pageCountSelectWindowUI.CancelCountDeclaration#public void CancelCount()CopyDescription#Close window without selecting a countUsage#using NullSave.GDTK.Inventory;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(CountSelectWindowUI target) { target.CancelCount(); } }Copy