Пример #1
0
 public void Draw(SpriteBatch spriteBatch)
 {
     enemyObject.Draw(spriteBatch);
     EnemyProjectiles.Draw(spriteBatch);
 }
Пример #2
0
 public void Draw(SpriteBatch spriteBatch)
 {
     playerObject.Draw(spriteBatch);
     PlayerProjectiles.Draw(spriteBatch);
 }