mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-17 13:02:27 +08:00
角色技能配置表消耗体力字段临时解决方案
This commit is contained in:
4
Makefile
4
Makefile
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user