报错修改
parent
f756444b5a
commit
241b8facb5
|
|
@ -57,6 +57,9 @@ public class TrailHero extends MongoBase {
|
||||||
return godSoulLv;
|
return godSoulLv;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public TrailHero(){
|
||||||
|
|
||||||
|
}
|
||||||
public TrailHero(int tmpId, Map<Integer, Long> property, int star, String heroSkills, int level,int godSoulLv) {
|
public TrailHero(int tmpId, Map<Integer, Long> property, int star, String heroSkills, int level,int godSoulLv) {
|
||||||
this.tmpId = tmpId;
|
this.tmpId = tmpId;
|
||||||
this.property = property;
|
this.property = property;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue