private void Start() { _healthSystem = new HealthSystem(enemyInfo.Health); }
private void Start() { _gameManager = GameManager.Instance; _healthSystem = new HealthSystem(100); }