Forums › 💬 NodeCanvas › ⚙️ Support › Refactoring BTs › Reply To: Refactoring BTs
Hey,
It will be a static event where the Graph reference will be passed as the argument. public static event System.Action<Graph> onGraphDeserialized;
public static event System.Action<Graph> onGraphDeserialized;
As such you will be able to do something like this:
Let me know. Thanks.