Пример #1
0
        public StatsGetGlobalStat GetGlobalStatDouble(string name)
        {
            StatsGetGlobalStat result = new StatsGetGlobalStat();

            result.result = GetGlobalStat(name, out result.doubleSender);
            return(result);
        }
Пример #2
0
        public StatsGetGlobalStat GetGlobalStatLong(string name)
        {
            StatsGetGlobalStat result = new StatsGetGlobalStat();

            result.result = GetGlobalStat(name, out result.longSender);
            return(result);
        }
 public StatsGetGlobalStat GetGlobalStatDouble(string name)
 {
     StatsGetGlobalStat result = new StatsGetGlobalStat();
     result.result = GetGlobalStat(name, out result.doubleSender);
     return result;
 }
 public StatsGetGlobalStat GetGlobalStatLong(string name)
 {
     StatsGetGlobalStat result = new StatsGetGlobalStat();
     result.result = GetGlobalStat(name, out result.longSender);
     return result;
 }