招财猫

This commit is contained in:
hahwu 2025-03-18 10:57:39 +08:00
parent 8cc3f79344
commit 2b3b737354
5 changed files with 19 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,10 @@
# 实现ReqPlayroomDressSet接口
## 步骤一
在playroom.go文件中实现DressSet方法根据传入的type和id设置dress,需判断id是否在Dress中
## 步骤二
在RegisterNetworkFunc.go文件中实现ReqPlayroomDressSet接口
## 步骤一
在GameLogic.go文件的RegisterNetWorkFunc方法中注册该接口

View File

@ -1044,7 +1044,7 @@ message ActivityInfo{
message ReqLimitEvent{}
message ResLimitEvent{
map<int32, LimitEvent> LimitEventList = 1;
map<int32, LimitEvent> LimitEventList = 1; //
}
message ResLimitEventProgress{
int32 ProgressMax = 1; //
@ -1072,6 +1072,7 @@ message ResSelectLimitEvent{
message LimitEvent {
int32 EndTime = 1; //
int32 Cd = 2; //cd
float mul = 3; //
}
message LimitEventNotify {

View File

@ -262,6 +262,13 @@
"sheet_name" :"Bonus",
"fields" :["Min", "Max", "OrderNum","Option"]
},
{
"in_file": "LimitedTimeEvent.xlsx",
"out_file": "LimitedTimeEventMoney.json",
"key": "Id",
"sheet_name" :"MoneyCat",
"fields" :["Id", "Mul", "Cd"]
},
{
"in_file": "LimitedTimeEvent.xlsx",
"out_file": "LimitedTimeEventFast.json",