Update src/types/worldStateTypes.ts
Some checks failed
Build / build (pull_request) Failing after 24s
Some checks failed
Build / build (pull_request) Failing after 24s
This commit is contained in:
parent
65999b37a8
commit
88a765cda0
@ -7,7 +7,7 @@ export interface IWorldState {
|
||||
Time: number;
|
||||
InGameMarket: IInGameMarket;
|
||||
Goals: IGoal[];
|
||||
Alerts: IAlert[];
|
||||
Alerts: readonly IAlert[];
|
||||
Sorties: ISortie[];
|
||||
LiteSorties: ILiteSortie[];
|
||||
SyndicateMissions: ISyndicateMissionInfo[];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user