mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-07-27 11:18:08 +08:00
Initial work on the server
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
module.exports = ComQuitPacket;
|
||||
function ComQuitPacket(sql) {
|
||||
}
|
||||
|
||||
ComQuitPacket.prototype.write = function(writer) {
|
||||
writer.writeUnsignedNumber(1, 0x01);
|
||||
};
|
||||
Reference in New Issue
Block a user