public void WritePacket(Commons.Networking.AsyncConnection connection, Commons.Networking.ByteBuffer packet) { packet.WriteUInt(0xFFFFFFFF); packet.WriteUInt(_id); packet.WriteString(_data1); packet.WriteString(_data2); packet.WriteString(_sig); packet.WriteLong(0); packet.WriteInt(1); packet.WriteByte(0); packet.WriteLong(1); packet.WriteInt(0); packet.WriteByte(0); }
public void WritePacket(Commons.Networking.AsyncConnection connection, Commons.Networking.ByteBuffer packet) { packet.WriteUInt(0x35059); packet.WriteByte(1); }