Exemplo n.º 1
0
 void Awake()
 {
     gameManager            = GameManager.GetController();
     circleCreateController = CircleCreateController.GetController();
     soundCotroller         = SoundCotroller.GetController();
     selectedParticle       = circleCreateController.particleContainer;
 }
Exemplo n.º 2
0
 void Awake()
 {
     gameManager     = GameManager.GetController();
     soundController = SoundCotroller.GetController();
 }