Ejemplo n.º 1
0
 // ReSharper disable once InconsistentNaming
 internal void UpdateUI(GameTime gameTime)
 {
     if (_integrationManager != null && Utils.IsClient() && Utils.InGame())
     {
         _integrationManager.Update();
     }
 }