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

Examples of ch.sahits.game.openpatrician.model.city.impl.Danzig


      switch (name){
      case BREMEN:
        city = new Bremen();
        break;
      case DANZIG:
        city = new Danzig();
        break;
      case HAMBURG:
        city = new Hamburg();
        break;
      case KOELN:
View Full Code Here

TOP

Related Classes of ch.sahits.game.openpatrician.model.city.impl.Danzig

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.