示例#1
0
 public void TopCategories(Action <string> callback)
 {
     StartCoroutine(collector.TopCategories(callback));
 }