Пример #1
0
 protected static void __hx_ctor_web_proto_ClubEvent(global::web.proto.ClubEvent __hx_this, string type, object club, global::server.IHander hander, global::haxe.root.Array list, object bubbles, object cancelable)
 {
                 #line 45 "D:\\project\\sangong\\sangong\\src\\web\\proto\\ClubEvent.hx"
     bool cancelable1 = (((cancelable == default(object))) ? (false) : (global::haxe.lang.Runtime.toBool(cancelable)));
                 #line 45 "D:\\project\\sangong\\sangong\\src\\web\\proto\\ClubEvent.hx"
     bool bubbles1 = (((bubbles == default(object))) ? (true) : (global::haxe.lang.Runtime.toBool(bubbles)));
     global::openfl.events.Event.__hx_ctor_openfl_events_Event(__hx_this, type, bubbles1, cancelable1);
                 #line 48 "D:\\project\\sangong\\sangong\\src\\web\\proto\\ClubEvent.hx"
     __hx_this.club   = club;
     __hx_this.hander = hander;
                 #line 50 "D:\\project\\sangong\\sangong\\src\\web\\proto\\ClubEvent.hx"
     __hx_this.list = list;
 }
Пример #2
0
 public override global::openfl.events.Event clone()
 {
                 #line 54 "D:\\project\\sangong\\sangong\\src\\web\\proto\\ClubEvent.hx"
     global::web.proto.ClubEvent @event = new global::web.proto.ClubEvent(this.type, this.club, this.hander, this.list, this.bubbles, this.cancelable);
     @event.target = this.target;
                 #line 56 "D:\\project\\sangong\\sangong\\src\\web\\proto\\ClubEvent.hx"
     @event.currentTarget = this.currentTarget;
     @event.eventPhase    = this.eventPhase;
                 #line 58 "D:\\project\\sangong\\sangong\\src\\web\\proto\\ClubEvent.hx"
     @event.club   = this.club;
     @event.hander = this.hander;
                 #line 60 "D:\\project\\sangong\\sangong\\src\\web\\proto\\ClubEvent.hx"
     @event.list = this.list;
     return(@event);
 }
Пример #3
0
 public virtual void onCreateClubC(global::web.proto.ClubEvent e)
 {
                 #line 86 "D:\\project\\sangong\\sangong\\src\\Comments.hx"
     //  客户端收到创建俱乐部成功,请解析这个data.json                                                       ;
 }