Examples of Pylon6


Examples of Maps.Pylon6

  public Map6() {}
  /**
  * {inheritdoc}
  */
  public void init() {
    this.pylon=new Pylon6();
    this.pylon.D=this.D;
    this.pylon.init();
    this.up=new Maps.Map();
    this.up.D=this.D;
    this.down=new Maps.Map7();
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.