1
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import type {
|
||||
RuntimeBattlePresentation,
|
||||
RuntimeStoryChoicePayload,
|
||||
RuntimeStoryPatch,
|
||||
} from '../../../../packages/shared/src/contracts/story.js';
|
||||
} from '../../../../packages/shared/src/contracts/rpgRuntimeStoryState.js';
|
||||
import type {
|
||||
RuntimeStoryChoicePayload,
|
||||
} from '../../../../packages/shared/src/contracts/rpgRuntimeStoryAction.js';
|
||||
import {
|
||||
buildInventoryUseResultText,
|
||||
incrementGameRuntimeStats,
|
||||
@@ -26,7 +28,7 @@ import {
|
||||
getPlayerSkillCooldowns,
|
||||
setEncounterNpcState,
|
||||
type RuntimeSession,
|
||||
} from '../story/runtimeSession.js';
|
||||
} from '../rpg-runtime-story/RpgRuntimeSessionPrimitives.js';
|
||||
|
||||
type CombatActionConfig = {
|
||||
actionText: string;
|
||||
|
||||
Reference in New Issue
Block a user