Пример #1
0
 void Awake()
 {
     if (instance == null)
     {
         instance = this;
     }
 }
Пример #2
0
 void Start()
 {
     NoteCtrl.Control.Subscribe(this);
     //currentNote = NoteCtrl.Control.CurrentNote;
     progressBar = transform.Find("ArrowFill").GetComponent <ProgressBarCtrl>();
 }