예제 #1
0
 void Awake()
 {
     gameManager            = GameManager.GetController();
     circleCreateController = CircleCreateController.GetController();
     soundCotroller         = SoundCotroller.GetController();
     selectedParticle       = circleCreateController.particleContainer;
 }
예제 #2
0
 void Awake()
 {
     gameManager     = GameManager.GetController();
     soundController = SoundCotroller.GetController();
 }