Exemplo n.º 1
0
 public void GetCostume(int heroID = 0)
 {
     //heroID = 0 means list of all costumes
     api.GetCostume(heroID);
 }