Beispiel #1
0
 public void Start()
 {
     this.aviao                 = GameObject.FindObjectOfType <AviaoSinglePlayer>();
     this.pontuacao             = GameObject.FindObjectOfType <PontuacaoSinglePlayer>();
     this.interfaceGameOver     = GameObject.FindObjectOfType <InterfaceGameOver>();
     this.controleDeDificuldade = GameObject.FindObjectOfType <ControleDeDificuldade>();
 }
Beispiel #2
0
 public void Start()
 {
     this.pontuacao = GameObject.FindObjectOfType <PontuacaoSinglePlayer>();
 }