Esempio n. 1
0
 protected override void OnAccountInfo(LobbySession client, Common.Packets.AccountServer.AccountLoginResult result, Common.Account.Account acc)
 {
     client.OnGotAccountInfo(result, acc);
 }
Esempio n. 2
0
 protected override void OnAccountInfo(GameSession client, AccountLoginResult result, Common.Account.Account acc)
 {
     client.OnAccountInfo(result, acc);
 }