forked from OpenWF/SpaceNinjaServer
Update src/types/worldStateTypes.ts
This commit is contained in:
parent
65999b37a8
commit
88a765cda0
@ -7,7 +7,7 @@ export interface IWorldState {
|
|||||||
Time: number;
|
Time: number;
|
||||||
InGameMarket: IInGameMarket;
|
InGameMarket: IInGameMarket;
|
||||||
Goals: IGoal[];
|
Goals: IGoal[];
|
||||||
Alerts: IAlert[];
|
Alerts: readonly IAlert[];
|
||||||
Sorties: ISortie[];
|
Sorties: ISortie[];
|
||||||
LiteSorties: ILiteSortie[];
|
LiteSorties: ILiteSortie[];
|
||||||
SyndicateMissions: ISyndicateMissionInfo[];
|
SyndicateMissions: ISyndicateMissionInfo[];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user