feat: eslint 적용 및 관련 코드 일괄 수정
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
import type {
|
||||
City,
|
||||
General,
|
||||
Nation,
|
||||
Troop,
|
||||
} from '@sammo-ts/logic/domain/entities.js';
|
||||
import type { City, General, Nation, Troop } from '@sammo-ts/logic/domain/entities.js';
|
||||
import type { ScenarioConfig } from '@sammo-ts/logic/scenario/types.js';
|
||||
import type { ScenarioMeta } from '@sammo-ts/logic/world/types.js';
|
||||
import type { MapDefinition, UnitSetDefinition } from '@sammo-ts/logic/world/types.js';
|
||||
@@ -43,7 +38,10 @@ export interface ActionContextWorldRef {
|
||||
toNationId: number;
|
||||
state: number;
|
||||
}>;
|
||||
getDiplomacyEntry(fromNationId: number, toNationId: number): {
|
||||
getDiplomacyEntry(
|
||||
fromNationId: number,
|
||||
toNationId: number
|
||||
): {
|
||||
fromNationId: number;
|
||||
toNationId: number;
|
||||
state: number;
|
||||
|
||||
Reference in New Issue
Block a user