mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-04-16 12:52:41 +08:00
daily update
This commit is contained in:
6
src/ui/themes/cyber/thanks.js
Normal file
6
src/ui/themes/cyber/thanks.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export default class CyberThanks extends CyberThanksUI {
|
||||
constructor() {
|
||||
super();
|
||||
this.btnBack.on(Laya.Event.CLICK, this, ()=>$ui.switchView(UI.pages.MAIN));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user