示例#1
0
            internal IgnoreFriendCallback(MsgClientSetIgnoreFriendResponse response)
#endif
            {
                this.Result = response.Result;
            }
示例#2
0
            internal IgnoreFriendCallback(JobID jobID, MsgClientSetIgnoreFriendResponse response)
            {
                this.JobID = jobID;

                this.Result = response.Result;
            }
示例#3
0
 internal IgnoreFriendCallback(SteamClient client, MsgClientSetIgnoreFriendResponse response)
     : base(client)