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