Beispiel #1
0
 void SetInitialReferences()
 {
     gunMaster   = GetComponent <Gun_Master>();
     myTransform = transform;
 }
Beispiel #2
0
 void SetInitialReferences()
 {
     gunMaster = GetComponent <Gun_Master>();
 }
Beispiel #3
0
 void SetInitialReferences()
 {
     gunMaster             = GetComponent <Gun_Master>();
     myTransform           = transform;
     gunMaster.isGunLoaded = true;
 }