public override void LoadContent() { DebugUtility.LoadContent(); Nodes = new List <Node>(); rd = new Random(); Connections = new List <Connection>(); }
public override void LoadContent() { DebugUtility.LoadContent(); }