Files
lifeRestart/src/ui/themes/cyber/thanks.js
Vick Scarlet f8dd720d4d daily update
2021-11-24 19:08:13 +08:00

6 lines
185 B
JavaScript

export default class CyberThanks extends CyberThanksUI {
constructor() {
super();
this.btnBack.on(Laya.Event.CLICK, this, ()=>$ui.switchView(UI.pages.MAIN));
}
}