Skip to content

Commit

Permalink
Merge pull request #51 from EtherealEngine/network-module
Browse files Browse the repository at this point in the history
network module
  • Loading branch information
HexaField committed Mar 5, 2024
2 parents b31f65d + deff22a commit 6252295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/botHookFunctions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {
xrSupported
} from './xrBotHookFunctions'
import { XRState } from '@etherealengine/spatial/src/xr/XRState'
import { NetworkState } from '@etherealengine/spatial/src/networking/NetworkState'
import { NetworkState } from '@etherealengine/network'
import { SceneState } from '@etherealengine/engine/src/scene/Scene'

export const BotHookFunctions = {
Expand Down

0 comments on commit 6252295

Please sign in to comment.