Exemplo n.º 1
0
 public AISegmentNodeConnection(AISegment segment, AINode node, AIRoadManager manager) : base(segment, node, manager)
 {
 }
Exemplo n.º 2
0
 public AISegment(SegmentDescription description, AIRoadManager manager) : base(description, manager)
 {
 }