예제 #1
0
파일: Player.cs 프로젝트: Gradir/Showcase
 private void Init(UIManager uIManager, Projectile.ProjectilePool projectilePool)
 {
     this.projectilePool = projectilePool;
     crossHair           = uIManager.crossHair;
 }
예제 #2
0
 private void Init(Enemy.EnemyPool enemyPool, Projectile.ProjectilePool projectilePool)
 {
     this.enemyPool      = enemyPool;
     this.projectilePool = projectilePool;
 }