代码整理,组件窗口移动到项目中,公共库代码新建UserSystem共同静态数据,v1.6.14
This commit is contained in:
@@ -124,13 +124,14 @@ namespace CommonLibrary
|
||||
/// </summary>
|
||||
public class MultiNetHeadCode
|
||||
{
|
||||
|
||||
|
||||
/*******************************************************************************************
|
||||
*
|
||||
* 2.1.* 的指令为异步网络的系统相关指令
|
||||
*
|
||||
*******************************************************************************************/
|
||||
|
||||
#region 2.1.X 指令块
|
||||
|
||||
public static NetHandle 总在线信息 { get; } = new NetHandle(2, 1, 00001);
|
||||
public static NetHandle 关闭客户端 { get; } = new NetHandle(2, 1, 00002);
|
||||
@@ -144,6 +145,9 @@ namespace CommonLibrary
|
||||
public static NetHandle 新头像更新 { get; } = new NetHandle(2, 1, 00010);
|
||||
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
/**************************************************************************************
|
||||
*
|
||||
* 为了保证您的指令头不和系统的冲突,您的指令头应该以2.2.x 2.3.x开头
|
||||
|
||||
Reference in New Issue
Block a user