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

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


        break;
      case STETTIN:
        city = new Stettin();
        break;
      case VISBY:
        city = new Visby();
        break;
      default:
        throw new IllegalArgumentException(name+" is not an implemented city");
      }
      createdCityCache.put(name.name(), city);
View Full Code Here

TOP

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

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.