Commit 49a57c7d authored by wildfirecode's avatar wildfirecode

1

parent 18601d69
...@@ -50,7 +50,7 @@ export class Monster extends eui.Component { ...@@ -50,7 +50,7 @@ export class Monster extends eui.Component {
return `ele${this.res}_${this._statusNum}_png`; return `ele${this.res}_${this._statusNum}_png`;
} }
type; type;
constructor(res: ElementType, type: number, n: number = 3) { constructor(res: ElementType, type: number, n: number = 0) {
super(); super();
this.res = res; this.res = res;
this.type = type; this.type = type;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment