1
using System
.Collections
;
2 using System
.Collections
.Generic
;
5 public class Connection_Data
{
7 public GameObject connection
;
8 public GameObject parent
;
10 public bool traveled
= false;
13 public Connection_Data(GameObject node_connection
, float edge_weight
, GameObject parent_node
)
15 connection
= node_connection
;