Exemplo n.º 1
0
 void OnEnable()
 {
     NitrousCount = 0;
     Static       = this;
     UpdateNitrousDisplay();
 }
Exemplo n.º 2
0
 void OnEnable()
 {
     NitrousBar.fillAmount = 0;
     Static = this;
     UpdateNitrousDisplay();
 }
Exemplo n.º 3
0
 void OnEnable()
 {
     NitrousCount = 0 + PlayerPrefs.GetInt("NitrousCount", 0);
     Static       = this;
     UpdateNitrousDisplay();
 }