mirror of
https://gitee.com/dgflash/oops-plugin-framework.git
synced 2026-05-30 18:39:18 +08:00
优化
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user