CHttpEvent.ts 246 B

1234567891011121314
  1. import { ReveData } from "./CHttp";
  2. /**
  3. * 网络接口
  4. */
  5. export default class CHttpEvent{
  6. /**
  7. * 监听网络
  8. * @param reveData
  9. */
  10. public httpEvent(reveData:ReveData){
  11. cc.log('viewObject reve : ',this);
  12. }
  13. }