File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
GameFrameX.StartUp/Options Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -149,11 +149,13 @@ public sealed class LauncherOptions
149
149
/// <summary>
150
150
/// 语言
151
151
/// </summary>
152
+ [ Option ( nameof ( Language ) , HelpText = "语言" ) ]
152
153
public string Language { get ; set ; }
153
154
154
155
/// <summary>
155
156
/// 数据中心
156
157
/// </summary>
158
+ [ Option ( nameof ( DataCenter ) , HelpText = "数据中心" ) ]
157
159
public string DataCenter { get ; set ; }
158
160
159
161
/// <summary>
@@ -190,7 +192,7 @@ public sealed class LauncherOptions
190
192
/// 检查APM监控端口
191
193
/// </summary>
192
194
/// <exception cref="ArgumentOutOfRangeException"></exception>
193
- public void CheckAPMPort ( )
195
+ public void CheckApmPort ( )
194
196
{
195
197
if ( APMPort <= 10000 || APMPort >= ushort . MaxValue )
196
198
{
You can’t perform that action at this time.
0 commit comments