mirror of
https://github.com/Siccity/xNode.git
synced 2026-03-05 18:26:53 +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
|
|
{
|
|
|
|
}
|
|
} |