Exemple #1
0
    private void Awake()
    {
        mLaunchParticles    = transform.GetChild(1).transform.GetChild(1).GetComponent <Particle_LaunchBarrage>();
        mIndicatorParticles = mLaunchParticles.transform.GetChild(0).GetComponent <Particle_Indicators>();
        CreateShotGoals();

        mAnimations = transform.GetChild(0).GetComponent <Snowman_Animations>();
    }
Exemple #2
0
 private void Awake()
 {
     mAnimations = transform.GetChild(0).GetComponent <Snowman_Animations>();
 }