コード例 #1
0
        /// <summary>
        /// Start collecting extra sim statistics apart from those collected for the client.
        /// Should only be called once.
        /// </summary>
        public static SimExtraStatsCollector StartCollectingSimExtraStats()
        {
            simExtraStats = new SimExtraStatsCollector();

            return(simExtraStats);
        }
コード例 #2
0
ファイル: StatsManager.cs プロジェクト: kf6kjg/halcyon
        /// <summary>
        /// Start collecting extra sim statistics apart from those collected for the client.
        /// Should only be called once.
        /// </summary>
        public static SimExtraStatsCollector StartCollectingSimExtraStats()
        {
            simExtraStats = new SimExtraStatsCollector();

            return simExtraStats;
        }