replaced files

This commit is contained in:
Vasyl Kazakov
2026-06-18 16:47:23 +03:00
parent 7cc63dbba9
commit ce3f254bc1
49 changed files with 141 additions and 181 deletions
+5 -5
View File
@@ -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";