void Start() { this.time = Time.timeScale; Time.timeScale = 0; this.stageController = GameObject.FindObjectOfType <StageController>(); }
void Start() { this.stageController = GameObject.FindObjectOfType <StageController>(); }
private void Start() { this.stageController = FindObjectOfType <StageController>(); }