コード例 #1
0
ファイル: Utils.cs プロジェクト: Trainfire/DogBot
 public string GetChatRoomName(SteamID id)
 {
     return(Friends.GetClanName(id));
 }