Esempio n. 1
0
 void OnDestroy()
 {
     eventShow      -= showStars;
     eventHide      -= hideStars;
     eventPlaySound -= vplaySound;
 }
Esempio n. 2
0
 // Use this for initialization
 void Start()
 {
     eventShow      += showStars;
     eventHide      += hideStars;
     eventPlaySound += vplaySound;
 }