返回提交历史
Modified
src/types/worldStateTypes.ts
+1
-1
XFEstudio/SpaceNinjaServer
chore: fix typo
f58d3189
代码差异
1 个文件
+1
-1
@@ -4,7 +4,7 @@ import type { IMongoDateWithLegacySupport, IMongoDate, IOid, IOidWithLegacySuppo
4
4
export interface IWorldState {
5
5
WorldSeed?: string;
6
6
Version: number; // for goals
7
MobileVersion?: string; // if present, the companion app may show a warning about being out of dateworldState.Events
7
MobileVersion?: string; // if present, the companion app may show a warning about being out of date
8
8
BuildLabel: string;
9
9
Time: number;
10
10
Events?: IEvent[];