Create login logic
This commit is contained in:
parent
68e0312c84
commit
ad4b7fc4e7
9 changed files with 188 additions and 14 deletions
|
@ -136,6 +136,12 @@ class Settings {
|
|||
S2CPongPacket pong = S2CPongPacket.decode(reply);
|
||||
return pong;
|
||||
}
|
||||
case "S2CLoginResponse":
|
||||
{
|
||||
S2CLoginResponsePacket response =
|
||||
S2CLoginResponsePacket.decode(reply);
|
||||
return response;
|
||||
}
|
||||
default:
|
||||
{
|
||||
return NullPacket();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue