Skip to content

Instantly share code, notes, and snippets.

@AidanBurke
Created January 25, 2013 13:10
foreach (Bullet b in bullets)
{
b.Draw(spriteBatch);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment