Esempio n. 1
0
 private void Start()
 {
     cam = Camera.main;
     sH  = GetComponent <GamePlaySharedVariables>();
 }
Esempio n. 2
0
 void Start()
 {
     gP   = GetComponent <GroupPicker>();
     gPSV = GetComponent <GamePlaySharedVariables>();
 }