update project structure

This commit is contained in:
Him188moe 2019-08-08 21:52:09 +08:00
parent 2f2b175153
commit bcd789ef9a
2 changed files with 12 additions and 2 deletions

View File

@ -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
}
/**

View File

@ -0,0 +1,10 @@
/**
* @author Him188moe @ Mirai Project
*/
public class NetworkTest {
public static void main(String[] args) {
Long.valueOf("", 16);
}
}