Package ch.sahits.game.openpatrician.model.impl

Examples of ch.sahits.game.openpatrician.model.impl.Company


    super();
    fleet = new LinkedList<IShip>();
    this.rank=rank;
    careerLevel=EEconomicCareer.INEXPERIANCED;
    this.personalData=personalData;
    company = new Company(this, homeTown, cash);
  }
View Full Code Here

TOP

Related Classes of ch.sahits.game.openpatrician.model.impl.Company

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.