Exemple #1
0
        public static void ImportSegmentHistory(this IRun run)
        {
            var minIndex = GetMinSegmentHistoryIndex(run);

            run.ImportSegmentHistory(TimingMethod.RealTime, minIndex - 1);
            run.ImportSegmentHistory(TimingMethod.GameTime, minIndex - 2);
        }