Ejemplo n.º 1
0
        public static GameAccountOnlineNotification DeserializeLengthDelimited(Stream stream)
        {
            GameAccountOnlineNotification gameAccountOnlineNotification = new GameAccountOnlineNotification();

            GameAccountOnlineNotification.DeserializeLengthDelimited(stream, gameAccountOnlineNotification);
            return(gameAccountOnlineNotification);
        }