diff options
Diffstat (limited to 'engine/entities/flow-entry.ts')
| -rw-r--r-- | engine/entities/flow-entry.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/entities/flow-entry.ts b/engine/entities/flow-entry.ts index bd781d5..ba2b11a 100644 --- a/engine/entities/flow-entry.ts +++ b/engine/entities/flow-entry.ts @@ -1,5 +1,5 @@ import type { GameTime } from '@hollowdark/time/gameTime' -import type { FlowEntryId, PersonId, PlaceId, WorldEventId } from './base' +import type { FlowEntryId, PersonId, PlaceId, WorldEventId } from '@hollowdark/engine/entities/base' /** * A compact snapshot of the context that produced a flow passage. Kept |
