You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
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