private void Start() { LevelScore score = Object.FindObjectOfType <LevelScore>(); score.SetNumOfInfectable(numOfCivs); }