Ejemplo n.º 1
0
 public static void InitializeBullet(EnemyBullet bullet)
 {
     bullet.gameObject.SetActive(true);
     bullet.Initialize();
 }