NotificationCenter.ts 122 B

1234
  1. var NotificationCenter = new cc.EventTarget();
  2. //默认导出NotificationCenter
  3. export { NotificationCenter as default };