Package l2p.loginserver.gameservercon.lspackets

Examples of l2p.loginserver.gameservercon.lspackets.TestConnection


  }

  private void requestPing()
  {
    pingRequested = System.currentTimeMillis();
    sendPacket(new TestConnection()); // посылаем пинг
  }
View Full Code Here

TOP

Related Classes of l2p.loginserver.gameservercon.lspackets.TestConnection

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.