Esempio n. 1
0
 public void Draw(SpriteBatch spriteBatch)
 {
     enemyObject.Draw(spriteBatch);
     EnemyProjectiles.Draw(spriteBatch);
 }
Esempio n. 2
0
 public void Draw(SpriteBatch spriteBatch)
 {
     playerObject.Draw(spriteBatch);
     PlayerProjectiles.Draw(spriteBatch);
 }