Ejemplo n.º 1
0
    private void Awake()
    {
        guideAudioS2     = GetComponent <AudioSource>();
        mm4Script        = GetComponent <MagicMoveV4>();
        capsIngestScript = leftController.GetComponent <CapsulatedIngestionV2>();
        pcolScript       = particleWeapon.GetComponent <ParticleCollision>();

        teleportScriptR = GetComponent <Teleportation>();
        teleportScriptL = leftController.GetComponent <Teleportation>();

        animEndGameNote = endGameNote.GetComponent <Animator>();
    }
Ejemplo n.º 2
0
 private void Awake()
 {
     reading   = GetComponent <Text>();
     _mmScript = controllerR.GetComponent <MagicMoveV4>();
 }