void Start() { if (Instance == null) { Instance = this; } healthLeft = 100; UpdateHealthUI(); }
void Start() { AddDefaultPositions(); gameHealth = GameObject.Find("UpdateSystem").GetComponent <GameHealth>(); }