Fix coding-style

This commit is contained in:
Ruakij 2021-12-06 12:42:34 +01:00
parent 57cf6fb0a7
commit d0be44c1af

View File

@ -61,7 +61,7 @@ const AuthenticationType = {
OpenSystem_1: "OpenSystem_1",
OpenSystem_2: "OpenSystem_2",
Unknown: "Unknown",
}
};
class AuthenticationPacket extends Packet{
authenticationType;
}
@ -81,7 +81,7 @@ const HandshakeStage = {
2: "2",
3: "3",
4: "4"
}
};
class HandshakePacket extends Packet{
handshakeStage;
}