예제 #1
0
        static UOFLegends()
        {
            CMOptions = new UOFLegendsOptions();

            ObjectStateTypes = typeof(LegendState).GetConstructableChildren();

            ObjectStates = new LegendState[ObjectStateTypes.Length];

            ExportQueue = new ConcurrentDictionary<string, ConcurrentStack<QueuedData>>();

            UpdateTimes = new Queue<TimeSpan>(10);
        }
예제 #2
0
        static UOFLegends()
        {
            CMOptions = new UOFLegendsOptions();

            ObjectStateTypes = typeof(LegendState).GetConstructableChildren();

            ObjectStates = new LegendState[ObjectStateTypes.Length];

            ExportQueue = new ConcurrentDictionary <string, ConcurrentStack <QueuedData> >();

            UpdateTimes = new Queue <TimeSpan>(10);
        }