Exemple #1
0
 public void Draw(SpriteBatch spriteBatch, ContentManager theContentManager)
 {
     MyPlayer.Draw(spriteBatch, theContentManager);
     //MyWumpus.Draw(spriteBatch, theContentManager);
 }