replaced files
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { Box3, BoxGeometry, Mesh, Object3D, Vector3 } from "three";
|
||||
import { ThreeC } from "../ThreeC";
|
||||
import { PhysicsBody, PhysicsLayer } from "../PhysicsC";
|
||||
import { ThreeC } from "../core/ThreeC";
|
||||
import { PhysicsBody, PhysicsLayer } from "../core/PhysicsC";
|
||||
import { PhysicsTriggerC } from "./PhysicsTriggerC";
|
||||
import { PropC } from "./PropC";
|
||||
import { findDamageStateLayers } from "./PropDamageLayers";
|
||||
import { resolvePropType } from "../Resources/PropDropTable";
|
||||
import { PropC } from "../Props/PropC";
|
||||
import { findDamageStateLayers } from "../Props/PropDamageLayers";
|
||||
import { resolvePropType } from "../Props/PropDropTable";
|
||||
|
||||
import { InteractiveZoneC } from "./InteractiveZoneC";
|
||||
import { ToolZoneC } from "./ToolZoneC";
|
||||
|
||||
Reference in New Issue
Block a user