public void AddGraphReference(GraphCreator _graphCreator) { graphCreator = _graphCreator; }
void Awake() { graphCreator = platformController.GraphCreator; }