Esempio n. 1
0
 protected override void OnEnable()
 {
     base.OnEnable();
     _masterPulse = target as MasterPulseModule;
 }
Esempio n. 2
0
 // Use this for initialization
 void Start()
 {
     this.pitchShifter = gameObject.GetComponent<PitchShifter>();
     this.masterPulseModule = gameObject.GetComponent<MasterPulseModule>();
 }