File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,18 +11,18 @@ import {
11
11
12
12
import { EntityUUID } from '@etherealengine/common/src/interfaces/EntityUUID'
13
13
14
- import { NetworkTopics } from '@etherealengine/engine /src/networking/classes/Network'
15
- import { WorldNetworkAction } from '@etherealengine/engine /src/networking/functions/WorldNetworkAction'
14
+ import { NetworkTopics } from '@etherealengine/spatial /src/networking/classes/Network'
15
+ import { WorldNetworkAction } from '@etherealengine/spatial /src/networking/functions/WorldNetworkAction'
16
16
17
- import { PhysicsSystem } from '@etherealengine/engine /src/physics/PhysicsModule'
17
+ import { PhysicsSystem } from '@etherealengine/spatial /src/physics/PhysicsModule'
18
18
19
19
import { isClient } from '@etherealengine/common/src/utils/getEnvironment'
20
20
import { defineSystem , getComponent , setComponent } from '@etherealengine/ecs'
21
21
import { PrimitiveGeometryComponent } from '@etherealengine/engine/src/scene/components/PrimitiveGeometryComponent'
22
- import { TransformComponent } from '@etherealengine/engine /src/transform/components/TransformComponent'
23
- import { NameComponent } from '@etherealengine/engine /src/common/NameComponent'
24
- import { UUIDComponent } from '@etherealengine/engine /src/common/UUIDComponent'
25
- import { VisibleComponent } from '@etherealengine/engine /src/renderer/components/VisibleComponent'
22
+ import { TransformComponent } from '@etherealengine/spatial /src/transform/components/TransformComponent'
23
+ import { NameComponent } from '@etherealengine/spatial /src/common/NameComponent'
24
+ import { UUIDComponent } from '@etherealengine/spatial /src/common/UUIDComponent'
25
+ import { VisibleComponent } from '@etherealengine/spatial /src/renderer/components/VisibleComponent'
26
26
27
27
//
28
28
// Description of the format of a spawn action to create a artifact
You can’t perform that action at this time.
0 commit comments