Fishing to SkillCommand

This commit is contained in:
GJ
2012-05-31 14:24:55 -04:00
parent cc5d438550
commit ec02422226
2 changed files with 31 additions and 57 deletions

View File

@ -21,7 +21,7 @@ public abstract class SkillCommand implements CommandExecutor{
private String permission;
protected Player player;
private PlayerProfile profile;
protected PlayerProfile profile;
protected float skillValue;
protected DecimalFormat percent = new DecimalFormat("##0.00%");