namespace Unity.VisualScripting { /// /// Get a list of all the StateGraphs from a GameObject /// [TypeIcon(typeof(StateGraph))] public class GetStateGraphs : GetGraphs { } }