Пример #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="FriendLevelOpPacket"/> class.
 /// </summary>
 /// <param name="user">The user.</param>
 public FriendLevelOpPacket(QQClient client)
     : base(QQCommand.Friend_Level_OP_05, true, client)
 {
     SubCommand = FriendLevelSubCmd.GET;
 }
Пример #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="FriendLevelOpPacket"/> class.
 /// </summary>
 /// <param name="user">The user.</param>
 public FriendLevelOpPacket(QQUser user)
     : base(QQCommand.Friend_Level_OP, true, user)
 {
     SubCommand = FriendLevelSubCmd.GET;
 }