feat: initial commit - HJHA game server full source
6 major server modules (PdkFriendServer/GlobalSever/ServerCore/GameModule/GameNetModule) + game logic (GameFix/GameDAL/ServerData) + network layer (NetWorkMessage) + data layer (ObjectModel) + utilities (MrWu/Core/Config/CloudAPI/dll) + adapters (zyxAdapter/base) .NET 8.0 C# solution, 16 projects, 958 source files
This commit is contained in:
24
zyxAdapter/IMediatorPattern.cs
Normal file
24
zyxAdapter/IMediatorPattern.cs
Normal file
@ -0,0 +1,24 @@
|
||||
/*
|
||||
* 由SharpDevelop创建。
|
||||
* 用户: Administrator
|
||||
* 日期: 2018-11-28
|
||||
* 时间: 15:32
|
||||
*
|
||||
* 要改变这种模板请点击 工具|选项|代码编写|编辑标准头文件
|
||||
*/
|
||||
using System;
|
||||
|
||||
namespace zyxAdapter
|
||||
{
|
||||
/// <summary>
|
||||
/// 中介者
|
||||
/// </summary>
|
||||
public interface IMediatorPattern : IHostUtil,IParasitismUtil
|
||||
{
|
||||
/// <summary>
|
||||
/// 实现者
|
||||
/// </summary>
|
||||
IParasitismUtil parasitism{ get; set;}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user