Package org.rugby.online.impl

Examples of org.rugby.online.impl.DefaultSkill


    public TestTool() {
      super();
      this.buyPrice = 100;
      this.repairPrice = 20;
      this.sellPrice = 50;
      this.skill = new DefaultSkill(RboSkillType.TRAINER_ASSISTANT_BACKWARDS_PASS);
      this.status = RboToolStatus.NEW;
      this.setName("TOOL TEST");
    }
View Full Code Here

TOP

Related Classes of org.rugby.online.impl.DefaultSkill

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.