Examples of NELanClient


Examples of de.nameless.gameEngine.system.lan.NELanClient

   */
  public NEClient(String userName) {
    NEField.showGrid.setTo(showGridonStart);
    this.userName = userName;
    this.turn = new NETurnTransaktion();
    lan = new NELanClient();
    gameServer = new NEgameServer();   
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.