Exemplo n.º 1
0
        void Awake()
        {
            bombMover   = Bomb.GetComponent <FigureMover>();
            bombScaler  = Bomb.GetComponent <FigureScaler>();
            bombRotator = Bomb.GetComponent <FigureRotator>();

            explosion = Bomb.GetComponentInChildren <ParticleSystem>();
        }