using System;
public class Program
{
public static void Main()
for(int i = 0;i<1000; i++)
Bullet b = new Bullet();
}
public class Bullet{
float currentSpeed;
float maxSpeed;
float maxDistance;
int[,] texture= new int[600,600];