mirror of
https://github.com/Siccity/xNode.git
synced 2025-12-20 09:16:01 +08:00
8 lines
152 B
C#
8 lines
152 B
C#
namespace XNode.Flow.Events
|
|
{
|
|
[NodeTint(1.0F,0.25F,0.25F), NodeWidth(80), NodeHeight(80)]
|
|
public class StartNode : OutFlowNode
|
|
{
|
|
|
|
}
|
|
} |