Exemplo n.º 1
0
 void Start()
 {
     _fillBar.SetMinMax(_playerInput.LaunchSettings.minLaunchPower, _playerInput.LaunchSettings.maxLaunchPower);
 }
Exemplo n.º 2
0
 void Start()
 {
     _fillBar.SetMinMax(0, _timer.MaxTime);
 }