Пример #1
0
 public void Update(GameTime gameTime)
 {
     //Update current page text values, inputs, and any custom updates
     currentPage.Update(gameTime);
 }