Exemple #1
0
 void Start()
 {
     goalSound          = GetComponent <AudioSource>();
     ballControl_Script = ball.GetComponent <ballControll>();
     Cursor.lockState   = CursorLockMode.Locked;
     Cursor.visible     = false;
 }
 void Start()
 {
     ballControll_Script = ball.GetComponent <ballControll>();
 }