WuhuIslandTesting/Library/PackageCache/com.unity.visualscripting@1.7.8/Runtime/VisualScripting.State/Units/GetStateGraphs.cs
2025-01-07 02:06:59 +01:00

8 lines
259 B
C#

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