// Use this for initialization
 void Start()
 {
     move = this.GetComponent<ExampleMovement>();
     playerCamera = this.GetComponent<CameraMovement>();
     staticScript = GetComponentInChildren<staticAnimator>();
 }
예제 #2
0
 // Use this for initialization
 void Start()
 {
     move         = this.GetComponent <ExampleMovement>();
     playerCamera = this.GetComponent <CameraMovement>();
     staticScript = GetComponentInChildren <staticAnimator>();
 }