On this pageRPGOpenCloseAction.callbackpublic Action callback { get; }CopyDescription#Callback to invoke when using this actionUsage#Exampleusing NullSave.GDTKusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(RPGOpenCloseAction target) { System.Action result = target.callback; } }Copy