Example #1
0
 public PathProfile()
 {
     _starNode = new QuickGraph();
     _subProfile = new List<SubProfile>();
     TrainList = new List<Train>();
     NpcController = new NpcController();
 }
Example #2
0
 public PathProfile()
 {
     _starNode     = new QuickGraph();
     _subProfile   = new List <SubProfile>();
     TrainList     = new List <Train>();
     NpcController = new NpcController();
 }