BattleNet.Bncs.EnterChat C# (CSharp) Méthode

EnterChat() protected méthode

protected EnterChat ( byte type, List data ) : void
type byte
data List
Résultat void
        protected void EnterChat(byte type, List<byte> data)
        {
            if (ClientlessBot.debugging)
                Console.WriteLine("{0}: [BNCS] Entered the chat.", m_owner.Account);
            Write(BuildPacket(0x46, nulls));
            Write(BuildPacket(0x15, System.Text.Encoding.ASCII.GetBytes(platform), System.Text.Encoding.ASCII.GetBytes(lod_id), nulls, BitConverter.GetBytes((uint)System.Environment.TickCount)));

            m_owner.StartGameCreationThread();
        }