服务器端提炼一个在线客户端管理类,新增一个发送消息给指定在线的角色的客户端,v1.6.17

This commit is contained in:
dathlin
2017-10-16 21:22:34 +08:00
parent c2d2ac622c
commit 5330be99fd
4 changed files with 109 additions and 43 deletions

View File

@@ -43,7 +43,7 @@ namespace CommonLibrary
**************************************************************************/
SoftBasic.FrameworkVersion = new SystemVersion("1.6.16");
SoftBasic.FrameworkVersion = new SystemVersion("1.6.17");
}