void Start() { stats.Init(); count = 0; }
void Start() { stats.Init(); statusIndicator.SetHealth(stats.currentHealth, stats.maxHealth); }