예제 #1
0
 private void Awake()
 {
     rotateScript = GetComponent <RotateGameWorld>();
 }
예제 #2
0
 private void Awake()
 {
     world = GameObject.FindGameObjectWithTag("Player").GetComponent <RotateGameWorld>();
 }