角色技能配置表消耗体力字段临时解决方案

This commit is contained in:
flswld
2023-02-03 00:06:06 +08:00
parent c589353c16
commit 5b76b8f9f8
9 changed files with 74 additions and 71 deletions

View File

@@ -103,9 +103,9 @@ gen_proto:
# 生成服务器配置表
.PHONY: gen_csv
gen_csv:
cd gdconf && go test -v -run TestGenGdCsv .
cd gdconf && mkdir -p ./game_data_config/csv && go test -count=1 -v -run TestGenGdCsv .
# 生成客户端协议代理功能所需的代码
.PHONY: gen_client_proto
gen_client_proto:
cd gate/client_proto && rm -rf client_proto_gen.go && go test -v -run TestClientProtoGen .
cd gate/client_proto && rm -rf client_proto_gen.go && go test -count=1 -v -run TestClientProtoGen .