private void Awake()
 {
     radiationProducer = this.GetComponent <RadiationProducer>();
     registerObject    = this.GetComponent <RegisterObject>();
     ReactorPipe       = this.GetComponent <ReactorPipe>();
 }
Exemplo n.º 2
0
        private void Awake()
        {
            radiator = GetComponent <RadiationProducer>();

            growthTime = Random.Range(randomGrowthTime.x, randomGrowthTime.y);
        }