Inheritance: ModuleActiveRadiator
Ejemplo n.º 1
0
 private void SetupReactor()
 {
     reactor      = this.GetComponent <FissionReactor>();
     flowRadiator = this.GetComponent <FissionFlowRadiator>();
     core         = this.GetComponent <ModuleCoreHeat>();
 }
 private void SetupReactor()
 {
     reactor = this.GetComponent<FissionReactor>();
     flowRadiator = this.GetComponent<FissionFlowRadiator>();
     core = this.GetComponent<ModuleCoreHeat>();
 }