人生啊人生 il y a 10 mois
Parent
commit
300918cfd0
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  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 {
         
     }
     
-    
+
 }