Examples of ICareer


Examples of ch.sahits.game.openpatrician.model.personal.ICareer

        y += positions.lineHeight;
        y += positions.lineHeight;
      }
     
      // Draw underworld string
      ICareer careerLevel = player.getCareerLevel();
      String s;
      if (careerLevel instanceof IMilitantCareer){
        if (((EMilitantCareer)careerLevel)!=EMilitantCareer.BOISTEROUS &&
          ((EMilitantCareer)careerLevel)!=EMilitantCareer.BOLD ){
          s = "The underworld fears you";
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.