示例#1
0
 public HttpStatusCode PostProfileComment(SteamID targetProfile, string comment)
 {
     return(Bot.PostProfileComment(targetProfile, comment));
 }