Beispiel #1
0
 public void UpdateUI(GameTime gameTime)
 {
     try
     {
         _cdInterface.Update(gameTime);
         _toolBarInterface.Update(gameTime);
     }
     catch (Exception ex)
     {
         Main.NewText(ex);
     }
 }
Beispiel #2
0
 public override void UpdateUI(GameTime gameTime)
 {
     InterfaceManager.Update(gameTime);
 }