// Start is called before the first frame update
 void Awake()
 {
     solutionManager = GameObject.FindObjectOfType <SolutionManager>();
     solutionManager.AddAtom(this);
     // Debug.Log("Soluzione: " + transform.position);
 }