示例#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();
 }