namespace Unity.VisualScripting { /// /// Get a StateGraphAsset from a GameObject /// [TypeIcon(typeof(StateGraph))] public class GetStateGraph : GetGraph { } }