Пример #1
0
 private void TickGameState(GameTime gameTime)
 {
     Diagnostics.BeginMeasurement("TickGameState()", "Network Core");
     Game.Update(gameTime);
     Diagnostics.EndMeasurement("TickGameState()", "Network Core");
 }