mirror of
https://github.com/Siccity/xNode.git
synced 2026-03-06 02:36:58 +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
|
|
{
|
|
|
|
}
|
|
} |