mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2025-04-21 03:29:36 +08:00
修改IServer; 移除了Docs中生成的xml文件
This commit is contained in:
parent
924a45413a
commit
d06f8417d6
File diff suppressed because it is too large
Load Diff
@ -16,7 +16,7 @@
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<AssemblyName>$(MSBuildProjectName)</AssemblyName>
|
||||
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
||||
<DocumentationFile>Docs\FunGame.Core.xml</DocumentationFile>
|
||||
<DocumentationFile></DocumentationFile>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||
|
@ -5,7 +5,9 @@
|
||||
/// </summary>
|
||||
public interface IServer
|
||||
{
|
||||
public string[] GameModuleList { get; }
|
||||
public string[] GameMapList { get; }
|
||||
/// <summary>
|
||||
/// 一个服务器标识秘钥
|
||||
/// </summary>
|
||||
public string SecretKey { get; }
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user