多轮审查评估
This commit is contained in:
@@ -19,6 +19,8 @@ namespace BaseGames.Core
|
||||
public bool FullScreen = true;
|
||||
|
||||
public string Language = "zh-CN";
|
||||
|
||||
public bool ShowSpeedrunTimer = false;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -55,6 +57,7 @@ namespace BaseGames.Core
|
||||
TargetFPS = DefaultTargetFPS,
|
||||
FullScreen = DefaultFullScreen,
|
||||
Language = DefaultLanguage,
|
||||
ShowSpeedrunTimer = ShowSpeedrunTimer,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user