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 Summary
Fields Modifier and Type Field Description static SkillDEFAULT_SKILL_CHOICE
-
Constructor Summary
Constructors Constructor Description Preferences(int eventDismissPercent, Skill eventSkillChoice)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetEventDismissPercent()SkillgetEventSkillChoice()voidsetEventDismissPercent(int eventDismissPercent)voidsetEventSkillChoice(Skill eventSkillChoice)
-