void Start()
    {
        BrainsColorAnim = GameObject.FindObjectOfType <BrainsColorAnim>();

        Brains = MySceneManager.GetBrains();
    }