mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2025-04-22 03:59:35 +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>
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||||
<AssemblyName>$(MSBuildProjectName)</AssemblyName>
|
<AssemblyName>$(MSBuildProjectName)</AssemblyName>
|
||||||
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
||||||
<DocumentationFile>Docs\FunGame.Core.xml</DocumentationFile>
|
<DocumentationFile></DocumentationFile>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||||
|
@ -5,7 +5,9 @@
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public interface IServer
|
public interface IServer
|
||||||
{
|
{
|
||||||
public string[] GameModuleList { get; }
|
/// <summary>
|
||||||
public string[] GameMapList { get; }
|
/// 一个服务器标识秘钥
|
||||||
|
/// </summary>
|
||||||
|
public string SecretKey { get; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user