Inheritance: global::ProtoBuf.IExtensible
コード例 #1
0
ファイル: Notifications.cs プロジェクト: Xitcklif/SteamBot
 internal CommentNotification(CMsgClientCommentNotifications msg)
 {
     CountNewComments = msg.count_new_comments;
     CountNewCommentsOwner = msg.count_new_comments_owner;
     CountNewCommentsSubscriptions = msg.count_new_comments_subscriptions;
 }
コード例 #2
0
ファイル: Notifications.cs プロジェクト: Xitcklif/SteamBot
 internal CommentNotificationCallback(CMsgClientCommentNotifications msg)
 {
     CommentNotifications = new CommentNotification(msg);
 }