コード例 #1
0
ファイル: GLogOutQuery.cs プロジェクト: uotools/PlayUO
 protected override void OnSignal(bool response)
 {
     if (response)
     {
         Engine.m_Ingame = false;
         Network.Send(new PDisconnect());
         Network.Disconnect();
         Engine.ShowAcctLogin();
     }
 }