人生啊人生 10 tháng trước cách đây
mục cha
commit
300918cfd0
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      src/components/student/ThreeWorldEvent/event/TypeEvent.ts

+ 5 - 1
src/components/student/ThreeWorldEvent/event/TypeEvent.ts

@@ -59,6 +59,10 @@ export class TypeEvent {
             "根据不同的类型,切换对应的3d逻辑",
             type
         );
+
+        // if () {
+
+        // }
         
         switch(type) {
 
@@ -80,7 +84,7 @@ export class TypeEvent {
         
     }
     
-    
+
 }