Exemplo n.º 1
0
 private void Awake()
 {
     rotateScript = GetComponent <RotateGameWorld>();
 }
Exemplo n.º 2
0
 private void Awake()
 {
     world = GameObject.FindGameObjectWithTag("Player").GetComponent <RotateGameWorld>();
 }