Commit bcd789ef authored by Him188moe's avatar Him188moe

update project structure

parent 2f2b1751
......@@ -13,8 +13,8 @@ public abstract class ClientPacket extends DataOutputStream implements Packet {
super(new ByteArrayOutputStream());
}
public long readQQ() {
protected void writeQQHex(long qq) {
this.write
}
/**
......
/**
* @author Him188moe @ Mirai Project
*/
public class NetworkTest {
public static void main(String[] args) {
Long.valueOf("", 16);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment