public void DispatchHandler(SharedEvent e) { Response.Invoke(); }
private void OnEnable() { this.description = serializedObject.FindProperty("description"); this.sharedEvent = target as SharedEvent; }