예제 #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);
 }