Backend Saetor work

This commit is contained in:
2024-03-19 20:33:34 -05:00
parent 75947db6e5
commit aa10a4c9ac
+1
View File
@@ -76,6 +76,7 @@ public class SkillReq extends AbstractGameObject {
public SkillReq(int token, short level){
this.skillID = token;
this.level = level;
this.skillReqs = new ArrayList<>();
}
/*
* Getters