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); }
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; }