GreatMindsRobotics/PGCGame

Bullet Pool

Closed this issue · 0 comments

The bullets should be created in a "pool" (I'm thinking stack) of bullets. This way, instead of creation on shoot, they can be pulled and returned to the pool when they are done.