Exemplo n.º 1
0
 public void MaxFeaturedStat(string statId, long value, SocialCallback onResult = null,
                             ExecutionContext ctx = null)
 {
     _manager.MaxFeaturedStat(statId, value, onResult, ctx);
 }