private void Awake() { rotateScript = GetComponent <RotateGameWorld>(); }
private void Awake() { world = GameObject.FindGameObjectWithTag("Player").GetComponent <RotateGameWorld>(); }