Exemplo n.º 1
0
 protected override void AddComponentsToBullet(GameObject bullet)
 {
     base.AddComponentsToBullet(bullet);
     DamageSource.AddToGameObject <DS_Bullet> (bullet, this.damage, UnitSide.usEnemy);
     PlaySound.BulletShot();
 }