fix eslint?
This commit is contained in:
parent
dbacded5f8
commit
993b494dfb
@ -1,5 +1,4 @@
|
||||
import { WorldState } from "@/src/models/worldStateModel";
|
||||
import buildConfig from "@/static/data/buildConfig.json";
|
||||
|
||||
export const createWorldState = async () => {
|
||||
const worldState = new WorldState();
|
||||
|
@ -112,7 +112,7 @@ export interface ILiteSortie extends IBaseWorldStateObject {
|
||||
Reward: string;
|
||||
Seed: number;
|
||||
Boss: string;
|
||||
Missions: ISortieMission[]
|
||||
Missions: ISortieMission[];
|
||||
}
|
||||
|
||||
export interface IJob {
|
||||
|
Loading…
x
Reference in New Issue
Block a user