Example #1
0
 public void AddGraphReference(GraphCreator _graphCreator)
 {
     graphCreator = _graphCreator;
 }
Example #2
0
 void Awake()
 {
     graphCreator = platformController.GraphCreator;
 }