public void SetStatPair(GameStatisticsType stat, StatisticsPair pair)
 {
     StatisticValues[stat] = pair;
 }
Example #2
0
    public static StatisticsPair GetStatisticPair(Zone zone, GameStatisticsType stat)
    {
        StatisticsPair result = Data[zone].GetStatPair(stat);

        return(result);
    }