您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12 行
296 B

  1. --
  2. -- Author: songge
  3. -- Date: 2016-03-29 14:47:07
  4. -- define event name
  5. local BaseEvent = BaseEvent or {}
  6. BaseEvent.APP_CPP_EVENT_NETWORK_STATE = "APP_CPP_EVENT_NETWORK_STATE" --获取网络连接状态,勿修改
  7. BaseEvent.EVENT_LOADING_CLOSE = "EVENT_LOADING_CLOSE"
  8. return BaseEvent