Exemple #1
0
 private void Start()
 {
     vida             = 100f;
     velocidadInicial = velocidadRotacion;
     mainCamera       = Camera.main;
     bullets_pool     = EZObjectPool.GetObjectPool("Bullets_1");
     myStats          = new Stats()
     {
         velocity = 30 + myBullet.stats.velocity
     };
     active = true;
 }