// Use this for initialization
 void Start()
 {
     vignette = GetComponent <Kino.Vignette>();
     heart    = HeartSoundManager.theHeart;
 }
예제 #2
0
 private void Awake()
 {
     theHeart = this;
 }