├─Code 生成的代码
├─generate.bat 生成代码的执行文件
├─protoc.exe proto生成工具
│ ├─cs c#代码
│ └─java java代码
├─proto proto文件
├─xml 通讯配置文件
└─src
└─Main.java 消息生成工具入口
运行 generate.bat即可生成java和c#的proto通讯文件 运行 Main.java 生成消息协议文件
- 1=user
- 2=gm
Copyright 2017 ChessGame Group
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.