Refactor import paths to use absolute paths from '@sammo-ts/logic' for consistency and clarity across the codebase. This includes updates to various modules related to actions, triggers, constraints, and world management, ensuring that all imports are correctly pointing to the new structure.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { RandUtil } from '@sammo-ts/common';
|
||||
|
||||
import { TriggerCaller, type Trigger } from '../triggers/core.js';
|
||||
import { TriggerCaller, type Trigger } from '@sammo-ts/logic/triggers/core.js';
|
||||
import type { WarUnit } from './units.js';
|
||||
|
||||
export interface WarTriggerContext {
|
||||
|
||||
Reference in New Issue
Block a user