Backend Saetor work

This commit is contained in:
2024-03-19 19:12:44 -05:00
parent 8ae4ded83b
commit a8bfcd08cc
3 changed files with 39 additions and 1 deletions
+4
View File
@@ -73,6 +73,10 @@ public class SkillReq extends AbstractGameObject {
skillReqs.add((byte) skillReq);
}
public SkillReq(int token, short level){
this.skillID = token;
this.level = level;
}
/*
* Getters
*/