Commit 29d7d889 authored by 李维's avatar 李维

修改文件名

parent 5a874b60
import { onHomeworkFinish, RandomInt, playAudio, playDragonBoneAnimation, getSprNode, popParticle, asyncDelay, getSprNodeByUrl, playAudioByUrl } from "../script/util";
import { defaultData } from "../script/defaultData";
import { GameServer } from "../script/server";
import { NetworkHelper } from "../script/NetworkHelper";
import { GameServer } from "../script/server_op_spy";
import { NetworkHelper_op_spy } from "../script/NetworkHelper_op_spy";
......@@ -310,7 +310,7 @@ cc.Class({
async initNetwork() {
console.log(' in initNetwork ');
const nh = new NetworkHelper();
const nh = new NetworkHelper_op_spy();
this.networkHelper = nh;
this.addNetworkListener(nh);
......
import { RandomInt } from "./util";
export class NetworkHelper {
export class NetworkHelper_op_spy {
_eventListeners: any = {};
ctor() { }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment