public static void Fire(LSProjectile projectile)
 {
     if (projectile != null)
     {
         projectile.LateInit();
     }
 }