void Start() { m_TargetingComputer = gameObject.GetComponent<TargetingComputer>(); m_TurretCore = gameObject.GetComponent<ShipPeripheral>(); }
void Start() { m_Turret = gameObject.GetComponentInChildren<ShipPeripheral>(); m_Me = gameObject.GetComponent<ShipPeripheral>(); }