This commit is contained in:
donggang
2024-03-18 15:04:20 +08:00
parent d534501c42
commit acfa1341b2

View File

@@ -267,7 +267,7 @@ export class GameComponent extends Component {
* onGlobal(event: string, args: any) { console.log(args) };
*/
protected setEvent(...args: string[]) {
this.setButtonList(args);
this.setEventList(args);
}
protected setEventList(args: string[]) {
var self: any = this;