Ejemplo n.º 1
0
 public override void Draw(SpriteBatch spriteBatch)
 {
     _manageMap.Draw(spriteBatch);
     _entities.Draw(spriteBatch);
 }