Exemplo n.º 1
0
        void HandleFindOrCreateLBResponse(IPacketMsg packetMsg)
        {
            var msg = new ClientMsgProtobuf <CMsgClientLBSFindOrCreateLBResponse>(packetMsg);

            var callback = new FindOrCreateLeaderboardCallback(msg.TargetJobID, msg.Body);

            Client.PostCallback(callback);
        }
Exemplo n.º 2
0
        void HandleFindOrCreateLBResponse( IPacketMsg packetMsg )
        {
            var msg = new ClientMsgProtobuf<CMsgClientLBSFindOrCreateLBResponse>( packetMsg );

            var callback = new FindOrCreateLeaderboardCallback( msg.TargetJobID, msg.Body );
            Client.PostCallback( callback );
        }