private void Init(UIManager uIManager, Projectile.ProjectilePool projectilePool) { this.projectilePool = projectilePool; crossHair = uIManager.crossHair; }
private void Init(Enemy.EnemyPool enemyPool, Projectile.ProjectilePool projectilePool) { this.enemyPool = enemyPool; this.projectilePool = projectilePool; }