void Start() { actualTime = 0; pool = this.GetComponent <GenericPoolScript> (); }
void Start() { actualTime = 0; pool = this.GetComponent<GenericPoolScript> (); }