コード例 #1
0
 void Start()
 {
     // makes bars sync with amount set
     bar.setMaxProgress(maxClicks);
     timeBar.setMaxtime(maxTime);
 }