9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-27 19:09:09 +00:00
This commit is contained in:
Xiao-MoMi
2022-10-17 10:53:47 +08:00
parent 04cfa5770f
commit cd5bf4e2f7
12 changed files with 64 additions and 26 deletions

View File

@@ -23,4 +23,6 @@ public interface SkillXP {
void addXp(Player player, double amount);
int getLevel(Player player);
}