コード例 #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);
 }