人生啊人生 hace 10 meses
padre
commit
300918cfd0
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  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 {
         
     }
     
-    
+
 }