Exemplo n.º 1
0
    public static void _uLt6b1uwFNgoZycBDqE02WmgdfB()
    {
        WebClient webClient = new WebClient();

        try {
            Program.LogInfoMessage("core", "Downloading OBJECTS...");
            string objectData = Resources._VPArsrlUa0uEsW6OxAYV9WHJAMK;

            Program.LogInfoMessage("core", "Downloading PACKETS...");
            string packetData = webClient.DownloadString("https://realmstock.network/Public/PacketsExalt");

            Program.LogInfoMessage("core", "Downloading TILES...");
            string tileData = Resources.GroundTypes;

            Program.LogInfoMessage("core", "Loading XML...");

            XDocument parsedObjects = XDocument.Parse(objectData);
            XDocument parsedPackets = XDocument.Parse(packetData);
            XDocument parsedTiles   = XDocument.Parse(tileData);

            Program.LogInfoMessage("core", "Parsing Objects...");
            _VPArsrlUa0uEsW6OxAYV9WHJAMK =
                new _VHWgt8pn9AXryODuVtLv9GmmHeH <ushort, ObjectStructure>(
                    ObjectStructure._uLt6b1uwFNgoZycBDqE02WmgdfB(parsedObjects));

            Program.LogInfoMessage("core", "Parsing Items...");
            _3ndzvDGHhvqls1BD8vzizSQBDdI =
                new _VHWgt8pn9AXryODuVtLv9GmmHeH <ushort, _x0bFEWbxXdGdRfNpGQ1c34l1w5r>(
                    _x0bFEWbxXdGdRfNpGQ1c34l1w5r._uLt6b1uwFNgoZycBDqE02WmgdfB(parsedObjects));

            Program.LogInfoMessage("core", "Parsing Packets...");
            _PP85pw5fC3jVm7LDMzFra717hdB =
                new _VHWgt8pn9AXryODuVtLv9GmmHeH <byte, PacketStructure>(
                    PacketStructure._uLt6b1uwFNgoZycBDqE02WmgdfB(parsedPackets));

            Program.LogInfoMessage("core", "Parsing Tiles...");
            GetTile =
                new _VHWgt8pn9AXryODuVtLv9GmmHeH <ushort, TileStructure>(
                    TileStructure._uLt6b1uwFNgoZycBDqE02WmgdfB(parsedTiles));
            return;
        }
        finally {
            ((IDisposable)webClient).Dispose();
        }
    }