Exemple #1
0
 void SetInitial()
 {
     gunMaster    = GetComponent <Gun_Master>();
     myTransform  = transform;
     camTransform = myTransform.parent;
 }
Exemple #2
0
 void SetInitial()
 {
     gunMaster = GetComponent <Gun_Master>();
 }
Exemple #3
0
 void SetInitial()
 {
     gunMaster    = GetComponent <Gun_Master>();
     playerMaster = GetComponentInParent <Player_Master>();
     ammoBox      = GetComponentInParent <Player_AmmoBox>();
 }