Rearranged event package structure.

This commit is contained in:
GJ
2012-03-27 01:09:28 -04:00
parent af4ba976d9
commit 2ff5f2eb46
13 changed files with 14 additions and 14 deletions

View File

@ -20,7 +20,7 @@ import com.gmail.nossr50.datatypes.PlayerProfile;
import com.gmail.nossr50.datatypes.PlayerStat;
import com.gmail.nossr50.datatypes.SkillType;
import com.gmail.nossr50.datatypes.ToolType;
import com.gmail.nossr50.events.McMMOPlayerLevelUpEvent;
import com.gmail.nossr50.events.experience.McMMOPlayerLevelUpEvent;
import com.gmail.nossr50.locale.mcLocale;
public class Skills {