config.tab

This commit is contained in:
rfi
2023-10-07 07:44:06 +07:00
parent 859e3fa042
commit 212d08496c
9 changed files with 206 additions and 3 deletions

View File

@@ -19,6 +19,9 @@ namespace AscNet.Common
interface IGameServer
{
[Option(DefaultValue = nameof(AscNet))]
string RegionName { get; set; }
[Option(DefaultValue = "127.0.0.1")]
string Host { get; set; }