Exemplo n.º 1
0
 void SetInitialReferences()
 {
     Instance         = this;
     lockeshootMaster = GetComponent <LockeShootMaster>();
 }
Exemplo n.º 2
0
 void SetInitialReferences()
 {
     lockeShootMaster = GetComponent <LockeShootMaster>();
     player_Master    = GetComponent <Player_Master>();
 }
Exemplo n.º 3
0
 void SetInitialReferences()
 {
     lockeShootMaster = GetComponent <LockeShootMaster>();
     mytransform      = transform;
     lockeShootMaster.IsLockeShootLoaded = true;
 }