Esempio n. 1
0
 public void Update(GameTime gameTime)
 {
     CurrentScreen.Update(gameTime);
     Transition.ApplyTransition(gameTime);
 }