Ejemplo n.º 1
0
 void Start()
 {
     m_TargetingComputer = gameObject.GetComponent<TargetingComputer>();
     m_TurretCore = gameObject.GetComponent<ShipPeripheral>();
 }
Ejemplo n.º 2
0
 void Start()
 {
     m_Turret = gameObject.GetComponentInChildren<ShipPeripheral>();
     m_Me = gameObject.GetComponent<ShipPeripheral>();
 }