Пример #1
0
 public NodeConnection(NodeController n0, NodeController n1, Vector2 normal)
 {
     this.n0     = n0;
     this.n1     = n1;
     this.normal = normal;
     n0.AddConnection(this);
 }