Exemplo n.º 1
0
 // Use this for initialization
 void Start()
 {
     if (AutoRun)
     {
         MechScripts = Mech.GetComponent <DN_Mech>();
     }
 }
Exemplo n.º 2
0
 // Use this for initialization
 void Start()
 {
     if (MechDetection)
     {
         MechScripts = Mech.GetComponent <DN_Mech>();
     }
     else
     {
         PlayerScript = Player.GetComponent <DN_PlayerMovement>();
     }
 }
Exemplo n.º 3
0
 // Use this for initialization
 void Start()
 {
     MechScripts = Mech.GetComponent <DN_Mech>();
 }
 // Use this for initialization
 void Start()
 {
     MechScript = MechSuit.GetComponent <DN_Mech>();
 }