Update src/types/worldStateTypes.ts
Some checks failed
Build / build (pull_request) Failing after 24s

This commit is contained in:
Slayer55555 2025-10-07 04:05:41 -07:00
parent 65999b37a8
commit 88a765cda0

View File

@ -7,7 +7,7 @@ export interface IWorldState {
Time: number;
InGameMarket: IInGameMarket;
Goals: IGoal[];
Alerts: IAlert[];
Alerts: readonly IAlert[];
Sorties: ISortie[];
LiteSorties: ILiteSortie[];
SyndicateMissions: ISyndicateMissionInfo[];