com.planet_ink.coffee_mud.Libraries.interfaces
Class AbilityMapper.AbilityLimits

java.lang.Object
  extended by com.planet_ink.coffee_mud.Libraries.interfaces.AbilityMapper.AbilityLimits
Enclosing interface:
AbilityMapper

public static class AbilityMapper.AbilityLimits
extends java.lang.Object


Field Summary
 int commonSkills
           
 int craftingSkills
           
 int nonCraftingSkills
           
 int specificSkillLimit
           
 
Constructor Summary
AbilityMapper.AbilityLimits()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

commonSkills

public int commonSkills

craftingSkills

public int craftingSkills

nonCraftingSkills

public int nonCraftingSkills

specificSkillLimit

public int specificSkillLimit
Constructor Detail

AbilityMapper.AbilityLimits

public AbilityMapper.AbilityLimits()