Package org.rspeer.game.script.component
Class GameAccount.Preferences
- java.lang.Object
- 
- org.rspeer.game.script.component.GameAccount.Preferences
 
- 
- Enclosing class:
- GameAccount
 
 public static class GameAccount.Preferences extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description static SkillDEFAULT_SKILL_CHOICE
 - 
Constructor SummaryConstructors Constructor Description Preferences(int eventDismissPercent, Skill eventSkillChoice)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetEventDismissPercent()SkillgetEventSkillChoice()voidsetEventDismissPercent(int eventDismissPercent)voidsetEventSkillChoice(Skill eventSkillChoice)
 
-