Package Maps

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

Related Classes of Maps.Pylon6

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.