private void SpawnMine() { if (Input.GetKeyDown(KeyCode.Mouse1) && _itemCollector.HaveWeapon()) { _mineSpawner.Spawn(); } }