示例#1
0
文件: Utils.cs 项目: Trainfire/DogBot
 public string GetChatRoomName(SteamID id)
 {
     return(Friends.GetClanName(id));
 }