代码整理,组件窗口移动到项目中,公共库代码新建UserSystem共同静态数据,v1.6.14

This commit is contained in:
dathlin
2017-10-15 16:04:28 +08:00
parent 2a3a0c5f98
commit 5a5aeca134
54 changed files with 2979 additions and 317 deletions

View File

@@ -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开头