Browse Source

屏蔽注释

woso_javan 3 tháng trước cách đây
mục cha
commit
223a64bd54
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      assets/module_take_goblet/Script/Component/OriginCup.ts

+ 1 - 1
assets/module_take_goblet/Script/Component/OriginCup.ts

@@ -20,7 +20,7 @@ export class OriginCup extends Component {
 
     start() {
         this.node.on(Node.EventType.TOUCH_END, () => {
-            EventDispatcher.instance.emit(GameEvent.EVENT_CLICK_ORIGIN_CUP, this);
+            // EventDispatcher.instance.emit(GameEvent.EVENT_CLICK_ORIGIN_CUP, this);
         });
     }