Ejemplo n.º 1
0
 internal IgnoreFriendCallback( MsgClientSetIgnoreFriendResponse response )
 {
     this.Result = response.Result;
 }
Ejemplo n.º 2
0
            internal IgnoreFriendCallback( JobID jobID, MsgClientSetIgnoreFriendResponse response )
            {
                this.JobID = jobID;

                this.Result = response.Result;
            }
Ejemplo n.º 3
0
 internal IgnoreFriendCallback( SteamClient client, MsgClientSetIgnoreFriendResponse response )
     : base( client )