1
0
mirror of https://github.com/Siccity/xNode.git synced 2025-12-20 01:06:01 +08:00
xNode/Runtime/Flow/Events/StartNode.cs
2023-01-09 22:02:56 +00:00

8 lines
136 B
C#

namespace XNode.Flow.Events
{
[NodeTint(1.0F,0.25F,0.25F), NodeWidth(75)]
public class StartNode : OutFlowNode
{
}
}