Maze / Library /PackageCache /com.unity.visualscripting@1.8.0 /Editor /VisualScripting.Flow /FlowMachineEditor.cs
| namespace Unity.VisualScripting | |
| { | |
| [] | |
| public class FlowMachineEditor : MachineEditor | |
| { | |
| public FlowMachineEditor(Metadata metadata) : base(metadata) { } | |
| } | |
| } | |