void Awake() { gameManager = GameManager.GetController(); circleCreateController = CircleCreateController.GetController(); soundCotroller = SoundCotroller.GetController(); selectedParticle = circleCreateController.particleContainer; }
void Awake() { gameManager = GameManager.GetController(); soundController = SoundCotroller.GetController(); }