forked from MagicBane/Server
Backend Saetor work
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user