public void Awake()
        {
            if (Instance != null)
            {
                Destroy(this);
            }

            Instance = gameObject.GetComponent <CyclopsOverDrive>();
        }
 public void Awake()
 {
     Main = this;
 }