Exemplo n.º 1
0
 private void Init(UIManager uIManager, Projectile.ProjectilePool projectilePool)
 {
     this.projectilePool = projectilePool;
     crossHair           = uIManager.crossHair;
 }
Exemplo n.º 2
0
 private void Init(Enemy.EnemyPool enemyPool, Projectile.ProjectilePool projectilePool)
 {
     this.enemyPool      = enemyPool;
     this.projectilePool = projectilePool;
 }