namespace Unity.VisualScripting { public interface IGraphEventHandler { EventHook GetHook(GraphReference reference); void Trigger(GraphReference reference, TArgs args); bool IsListening(GraphPointer pointer); } }