Inheritance: global::ProtoBuf.IExtensible
示例#1
0
            internal TicketAuthCallback( CMsgClientTicketAuthComplete tickAuth )
            {
                SteamID = tickAuth.steam_id;
                GameID = tickAuth.game_id;

                State = tickAuth.estate;

                AuthSessionResponse = ( EAuthSessionResponse )tickAuth.eauth_session_response;

                TicketCRC = tickAuth.ticket_crc;
                TicketSequence = tickAuth.ticket_sequence;
            }
示例#2
0
 internal TicketAuthCallback( SteamClient client, CMsgClientTicketAuthComplete tickAuth )
     : base( client )