private void Awake() { health.MaxVal = hullmax; health.CurrentVal = hullcurrent; prestige.Initialize(); damagearray = new GameObject[10]; }
private void Awake() { health.MaxVal = hullmax; health.CurrentVal = hullcurrent; prestige.Initialize(); }