// Update is called once per frame void Update() { NodeManager.Update(); }
void Awake() { NodeManager.Init(); }