人生啊人生 10 mesi fa
parent
commit
300918cfd0

+ 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 {
         
     }
     
-    
+
 }