Package l2p.loginserver.serverpackets

Examples of l2p.loginserver.serverpackets.Init


  @Override
  public L2LoginClient create(MMOConnection<L2LoginClient> con)
  {
    L2LoginClient client = new L2LoginClient(con);
    client.sendPacket(new Init(client));
    return client;
  }
View Full Code Here

TOP

Related Classes of l2p.loginserver.serverpackets.Init

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.