XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

SpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 1 Star 0
返回提交历史

XFEstudio/SpaceNinjaServer

chore: fix typo

f58d3189
Sainan <63328889+Sainan@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified src/types/worldStateTypes.ts +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[];