实现网关服务器不同版本客户端协议代理功能

This commit is contained in:
flswld
2022-12-25 00:42:07 +08:00
parent f4614b3df6
commit e96e9e3d3c
11 changed files with 374 additions and 36 deletions

2
.gitignore vendored
View File

@@ -23,6 +23,8 @@ bin
# Game protocol protobuf generate file
protocol/proto/*.pb.go
gate/client_proto/proto
gate/client_proto/client_proto_gen.go
# Log file
*.log