摘要: class EventManager extends egret.EventDispatcher { private constructor() { super(); } private static instance: EventManager = null; private static getInstance1(): EventManager { return EventManager.in 阅读全文
posted @ 2019-09-28 10:19 程序🐱 阅读(241) 评论(0) 推荐(0)