On this pageSocketListUI.ReloadDeclaration#public virtual void Reload()CopyDescription#Reload the dataUsage#using NullSave.GDTK.Inventory;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(SocketListUI target) { target.Reload(); } }Copy